2022-04-04 01:42:06 +09:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2024-12-11 12:58:58 +09:00
|
|
|
# MiuiCam
|
2024-12-11 15:10:59 +09:00
|
|
|
include device/xiaomi/miuicamera-cupid/BoardConfig.mk
|
2024-12-11 12:58:58 +09:00
|
|
|
|
2022-04-04 01:42:06 +09:00
|
|
|
DEVICE_PATH := device/xiaomi/cupid
|
2021-03-13 04:12:07 +09:00
|
|
|
|
2022-02-21 02:21:09 +09:00
|
|
|
# Properties
|
2023-06-25 21:38:27 +09:00
|
|
|
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/properties/system.prop
|
2022-02-21 02:21:09 +09:00
|
|
|
TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop
|
|
|
|
|
2021-03-13 04:12:07 +09:00
|
|
|
# Screen density
|
|
|
|
TARGET_SCREEN_DENSITY := 440
|