mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-20 18:19:35 +00:00
Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com> Change-Id: I7033cdf044959cbac7e2cb9efedbcc8a58345f48
33 lines
696 B
Makefile
33 lines
696 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
|
|
|
|
# OTA assert
|
|
TARGET_OTA_ASSERT_DEVICE := vermeer
|
|
|
|
# Properties
|
|
TARGET_ODM_PROP += $(DEVICE_PATH)/properties/odm.prop
|
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop
|