-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkirin970.mk
113 lines (93 loc) · 3.29 KB
/
kirin970.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
111
112
113
#
# 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.
#
$(call inherit-product-if-exists, vendor/huawei/kirin970-common/kirin970-common-vendor.mk)
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay
# Audio
PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:system/etc/usb_audio_policy_configuration.xml
# Device init scripts
PRODUCT_PACKAGES += \
init.bcm43xx.rc \
init.hisi.rc \
init.kirin970.rc \
init.kirin970.ab.rc \
init.kirin970.environ.rc
# Display
PRODUCT_PACKAGES += \
libion
# HIDL
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/compatibility_matrix.xml:system/compatibility_matrix.xml
PRODUCT_PACKAGES += \
# Input
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/fingerprint.kl:system/usr/keylayout/fingerprint.kl
# NFC
PRODUCT_PACKAGES += \
NfcNci \
Tag \
com.android.nfc_extras \
nfc_nci.pn54x.default
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml
# Properties
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.build.version.all_codenames=$(PLATFORM_VERSION_ALL_CODENAMES) \
ro.build.version.codename=$(PLATFORM_VERSION_CODENAME) \
ro.build.version.huawei=8.0.0 \
ro.build.version.huawei1=8.1.0 \
ro.build.version.release=$(PLATFORM_VERSION) \
ro.build.version.sdk=$(PLATFORM_SDK_VERSION) \
ro.cust.cdrom=/dev/null \
ro.vendor.override.security_patch=$(PLATFORM_SECURITY_PATCH) \
ro.vendor.override.build_display=$(BUILD_ID)
# Radio
PRODUCT_PACKAGES += \
qti-telephony-common
PRODUCT_BOOT_JARS += \
telephony-ext
# Recovery
PRODUCT_PACKAGES += \
resize2fs_static
# Release tools
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/releasetools/releasetools.kirin970.sh:$(TARGET_COPY_OUT_SYSTEM)/bin/releasetools.kirin970.sh
# Selinux
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/sepolicy/27.0.cil:$(TARGET_COPY_OUT_SYSTEM)/etc/selinux/mapping/27.0.cil
# Shims
PRODUCT_PACKAGES += \
libshims_hisupl \
libshims_hwsmartdisplay_jni
# USB
PRODUCT_PACKAGES += \
# VNDK
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/vndk-compat/ld.config.26.txt:system/etc/ld.config.26.txt \
$(LOCAL_PATH)/vndk-compat/llndk.libraries.26.txt:system/etc/llndk.libraries.26.txt \
$(LOCAL_PATH)/vndk-compat/vndksp.libraries.26.txt:system/etc/vndksp.libraries.26.txt \
$(LOCAL_PATH)/vndk-compat/ld.config.27.txt:system/etc/ld.config.27.txt
# Wi-Fi
PRODUCT_PACKAGES += \