-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBoardConfig.mk
More file actions
36 lines (26 loc) · 909 Bytes
/
BoardConfig.mk
File metadata and controls
36 lines (26 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# Copyright (C) 2022-2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Security patch level
VENDOR_SECURITY_PATCH := 2026-01-01
# Inherit from xiaomi sm8450-common
include device/xiaomi/sm8450-common/BoardConfigCommon.mk
# Inherit from the proprietary version
include vendor/xiaomi/marble/BoardConfigVendor.mk
# Inherit from proprietary files for miuicamera
-include device/xiaomi/miuicamera-marble/BoardConfig.mk
# Firmware
-include vendor/xiaomi/marble-firmware/config.mk
DEVICE_PATH := device/xiaomi/marble
# Assert
TARGET_OTA_ASSERT_DEVICE := marble|marblein
# Camera - Miui
$(call soong_config_set,camera,package_name,com.android.camera)
# Properties
TARGET_ODM_PROP += $(DEVICE_PATH)/properties/odm.prop
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/properties/system.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/properties/vendor.prop
# Screen density
TARGET_SCREEN_DENSITY := 440