-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoardConfig.mk
37 lines (26 loc) · 888 Bytes
/
BoardConfig.mk
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
#
# Copyright (C) 2020 The MoKee Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from meizu sm6150-common
-include device/meizu/sm6150-common/BoardConfigCommon.mk
DEVICE_PATH := device/meizu/m1926
# Assertion
TARGET_OTA_ASSERT_DEVICE := m1926,meizu16Xs
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth/include
# HIDL
DEVICE_FRAMEWORK_MANIFEST_FILE += $(DEVICE_PATH)/framework_manifest.xml
# Kernel
TARGET_PREBUILT_KERNEL := $(DEVICE_PATH)/prebuilt/Image.gz-dtb
# HAX: Remove ASAP
BOARD_KERNEL_CMDLINE += androidboot.selinux=permissive
# Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
# Releasetools
TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += $(DEVICE_PATH)
# inherit from the proprietary version
-include vendor/meizu/m1926/BoardConfigVendor.mk