-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBoardConfig.mk
More file actions
42 lines (30 loc) · 930 Bytes
/
BoardConfig.mk
File metadata and controls
42 lines (30 loc) · 930 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
37
38
39
40
41
42
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from common sdm439-common
include device/xiaomi/sdm439-common/BoardConfigCommon.mk
DEVICE_PATH := device/xiaomi/olive
# Broken dup rules
BUILD_BROKEN_DUP_RULES := true
# Asserts
TARGET_OTA_ASSERT_DEVICE := olive,olive
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Compile HWUI
HWUI_COMPILE_FOR_PERF := true
# Kernel
TARGET_KERNEL_CONFIG := olive-perf_defconfig
# Lights
SOONG_CONFIG_XIAOMI_MSM8937_LIGHTS_WHITE_LED := false
# Partitions
BOARD_CACHEIMAGE_PARTITION_SIZE := 402653184
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 4294967296
# Security patch level
VENDOR_SECURITY_PATCH := 2021-05-01
# SELinux
BOARD_VENDOR_SEPOLICY_DIRS += $(DEVICE_PATH)/biometrics/sepolicy
BOARD_VENDOR_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy
# Inherit from the proprietary version
include vendor/xiaomi/olives/BoardConfigVendor.mk