-
Notifications
You must be signed in to change notification settings - Fork 2
/
device.mk
104 lines (83 loc) · 2.82 KB
/
device.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
#
# 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/berkeley/berkeley-vendor.mk)
$(call inherit-product-if-exists, vendor/kronicgapps/kronic-gapps.mk)
GAPPS_VARIANT := mini
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay
ifeq ($(TARGET_PRODUCT),invictrix_berkeley)
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay-invictrix
endif
# Boot animation
TARGET_SCREEN_HEIGHT := 2160
TARGET_SCREEN_WIDTH := 1080
# Device init scripts
PRODUCT_PACKAGES += \
init.kirin970.rc \
init.kirin970.ab.rc \
init.kirin970.environ.rc
# Display
PRODUCT_PACKAGES += \
libion
# Extra
$(call inherit-product-if-exists, $(LOCAL_PATH)/berkeley_extra.mk)
# 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.release=$(PLATFORM_VERSION) \
ro.build.version.sdk=$(PLATFORM_SDK_VERSION)
# Recovery
PRODUCT_PACKAGES += \
resize2fs_static
# Release tools
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/releasetools/releasetools.kirin970.sh:install/bin/releasetools.kirin970.sh
# Remove unwanted packages
PRODUCT_PACKAGES += \
RemovePackages
# Shims
PRODUCT_PACKAGES += \
libshims_hisupl
# VNDK
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/vndk-compat/vndk-detect:system/bin/vndk-detect \
$(LOCAL_PATH)/vndk-compat/ld.config.compat.txt:system/etc/ld.config.compat.txt \
$(LOCAL_PATH)/vndk-compat/vndk-compat.rc:system/etc/init/vndk-compat.rc
PRODUCT_PACKAGES += \
vndk-sp