forked from gtpitch/android_device_huawei_berkeley
-
Notifications
You must be signed in to change notification settings - Fork 1
/
BoardConfigCommon.mk
110 lines (88 loc) · 2.79 KB
/
BoardConfigCommon.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
#
# Copyright (C) 2018 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
VENDOR_PATH := device/huawei/kirin970-common
# Architecture
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := cortex-a53
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv8-a
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a53
TARGET_USES_64_BIT_BINDER := true
# Bootloader
TARGET_NO_BOOTLOADER := true
# Kernel
BOARD_KERNEL_IMAGE_NAME := Image
TARGET_PREBUILT_KERNEL := /dev/null
# Properties
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
# Treble
BOARD_VNDK_VERSION := current
# Audio
USE_XML_AUDIO_POLICY_CONF := 1
# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(VENDOR_PATH)/bluetooth
BOARD_HAVE_BLUETOOTH := true
# Board
TARGET_BOARD_INFO_FILE := $(VENDOR_PATH)/board-info.txt
# Display
TARGET_USES_HWC2 := true
# Init
TARGET_INIT_VENDOR_LIB := libinit_kirin970
TARGET_RECOVERY_DEVICE_MODULES := libinit_kirin970
# Lineage hardware
JAVA_SOURCE_OVERLAYS := \
org.lineageos.hardware|$(VENDOR_PATH)/lineagehw|**/*.java
# Partitions
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_CACHEIMAGE_PARTITION_SIZE := 16777216
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3707764736
TARGET_COPY_OUT_VENDOR := vendor
# Radio
TARGET_PROVIDES_QTI_TELEPHONY_JAR := true
# Recovery
TARGET_RECOVERY_FSTAB := $(VENDOR_PATH)/rootdir/etc/fstab.kirin970
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
TARGET_USES_MKE2FS := true
# Release tools
TARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_huawei
TARGET_RELEASETOOLS_EXTENSIONS := $(VENDOR_PATH)/releasetools
# Root
BOARD_ROOT_EXTRA_FOLDERS := \
cust \
hw_odm \
modem_log \
preload \
sec_storage \
splash2 \
version
# SELinux
BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(VENDOR_PATH)/sepolicy/private
BOARD_PLAT_PUBLIC_SEPOLICY_DIR += $(VENDOR_PATH)/sepolicy/public
# We modify several neverallows, so let the build proceed
ifneq ($(TARGET_BUILD_VARIANT),user)
SELINUX_IGNORE_NEVERALLOWS := true
endif
# Shims
TARGET_LD_SHIM_LIBS := \
/system/lib64/libdisplayengineservice.so|libshims_hwsmartdisplay_jni.so \
/system/lib64/libhwsmartdisplay_jni.so|libshims_hwsmartdisplay_jni.so