24 lines
552 B
Makefile
24 lines
552 B
Makefile
#
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from xiaomi sm8450-common
|
|
include device/xiaomi/sm8450-common/BoardConfigCommon.mk
|
|
|
|
# Inherit from the proprietary version
|
|
include vendor/xiaomi/cupid/BoardConfigVendor.mk
|
|
|
|
# MiuiCam
|
|
include device/xiaomi/miuicamera-cupid/BoardConfig.mk
|
|
|
|
DEVICE_PATH := device/xiaomi/cupid
|
|
|
|
# Properties
|
|
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/properties/system.prop
|
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop
|
|
|
|
# Screen density
|
|
TARGET_SCREEN_DENSITY := 440
|