Files
android_device_xiaomi_vermeer/BoardConfig.mk
basamaryan 3b7060dfa3 vermeer: Move to Xiaomi fingerprint AIDL
Change-Id: I68dba7184034fd37454c7d32a065f041cb611625
2025-07-19 10:46:39 -05:00

30 lines
646 B
Makefile

#
# Copyright (C) 2025 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from xiaomi sm8550-common
include device/xiaomi/sm8550-common/BoardConfigCommon.mk
# Inherit from the proprietary version
include vendor/xiaomi/vermeer/BoardConfigVendor.mk
DEVICE_PATH := device/xiaomi/vermeer
# Display
TARGET_SCREEN_DENSITY := 530
# Kernel
BOARD_VENDOR_KERNEL_MODULES_LOAD += \
aw882xx_dlkm.ko \
goodix_fod.ko \
goodix_core.ko \
wl2868c.ko \
wl2866d.ko \
xiaomi_touch.ko
# Properties
TARGET_ODM_PROP += $(DEVICE_PATH)/properties/odm.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop