This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevice-custom.mk
247 lines (214 loc) · 8.38 KB
/
device-custom.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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-custom
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
vendor/qcom/opensource/commonsys-intf/display \
vendor/qcom/opensource/display
# AiAi Config
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/allowlist_com.google.android.as.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/allowlist_com.google.android.as.xml
# Camera
PRODUCT_PRODUCT_PROPERTIES += \
ro.vendor.camera.extensions.package=com.google.android.apps.camera.services \
ro.vendor.camera.extensions.service=com.google.android.apps.camera.services.extensions.service.PixelExtensions
# EUICC
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.telephony.euicc.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/android.hardware.telephony.euicc.xml
ifneq ("$(wildcard hardware/lineage/livedisplay)", "")
# LiveDisplay
PRODUCT_PACKAGES += \
vendor.lineage.livedisplay@2.0-service-sdm
endif
# RCS
PRODUCT_PACKAGES += \
PresencePolling \
RcsService
# Build necessary packages for system_ext
# Display
PRODUCT_PACKAGES += \
vendor.display.config@1.0 \
vendor.display.config@1.1 \
vendor.display.config@1.2 \
vendor.display.config@1.3 \
vendor.display.config@1.4 \
vendor.display.config@1.5 \
vendor.display.config@1.6 \
vendor.display.config@1.7 \
vendor.display.config@1.8 \
vendor.display.config@2.0 \
vendor.qti.hardware.systemhelper@1.0
# Build necessary packages for vendor
# Bluetooth
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.0.vendor \
android.hardware.bluetooth@1.1.vendor \
hardware.google.bluetooth.bt_channel_avoidance@1.0.vendor \
hardware.google.bluetooth.sar@1.0.vendor \
vendor.qti.hardware.bluetooth_audio@2.0.vendor
# CHRE
PRODUCT_PACKAGES += \
chre
# Codec2
PRODUCT_PACKAGES += \
android.hardware.media.c2@1.0.vendor \
libavservices_minijail.vendor \
libcodec2_hidl@1.0.vendor \
libcodec2_vndk.vendor \
libmedia_ecoservice.vendor \
libstagefright_bufferpool@2.0.1.vendor
# Confirmation UI
PRODUCT_PACKAGES += \
android.hardware.confirmationui@1.0.vendor:64 \
libteeui_hal_support.vendor:64
# Display
PRODUCT_PACKAGES += \
com.google.hardware.pixel.display-V1-ndk.vendor:64 \
libdisplayconfig.qti \
libqdutils:32 \
libqservice:32 \ \
vendor.display.config@1.0.vendor \
vendor.display.config@1.1.vendor:64 \
vendor.display.config@1.2.vendor:64 \
vendor.display.config@1.3.vendor:64 \
vendor.display.config@1.4.vendor:64 \
vendor.display.config@1.5.vendor:64 \
vendor.display.config@1.6.vendor:64 \
vendor.display.config@1.7.vendor:64 \
vendor.display.config@1.8.vendor:64 \
vendor.display.config@1.9.vendor:64 \
vendor.display.config@2.0.vendor \
vendor.qti.hardware.display.mapper@1.1.vendor \
vendor.qti.hardware.display.mapper@2.0.vendor
# GNSS
PRODUCT_PACKAGES += \
flp.conf
# HIDL
PRODUCT_PACKAGES += \
libhidltransport.vendor \
libhwbinder.vendor
# Identity credential
PRODUCT_PACKAGES += \
android.hardware.identity-V5-ndk.vendor:64 \
android.hardware.identity-support-lib.vendor:64 \
android.hardware.identity_credential.xml
# Json
PRODUCT_PACKAGES += \
libjson
# Nos
PRODUCT_PACKAGES += \
libnos:64 \
libnosprotos:64 \
libnos_client_citadel:64 \
libnos_datagram:64 \
libnos_datagram_citadel:64 \
libnos_feature:64 \
libnos_transport:64 \
nos_app_avb:64 \
nos_app_identity:64 \
nos_app_keymaster:64 \
nos_app_weaver:64
# Sensors
PRODUCT_PACKAGES += \
android.hardware.sensors@2.0-ScopedWakelock.vendor:32 \
android.hardware.sensors@2.0-service.multihal \
android.hardware.sensors@2.0.vendor:32 \
android.hardware.sensors@2.1.vendor:32
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml \
frameworks/native/data/etc/android.hardware.sensor.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.xml \
frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
frameworks/native/data/etc/android.hardware.sensor.hifi_sensors.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.hifi_sensors.xml \
frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.proximity.xml \
frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml
# Sensor listener
PRODUCT_PACKAGES += \
lib_sensor_listener:64
# Tether offload
PRODUCT_PACKAGES += \
android.hardware.tetheroffload.config@1.0.vendor:64 \
android.hardware.tetheroffload.control@1.0.vendor:64 \
libnetfilter_conntrack:64 \
libnfnetlink:64
# Tinycompress
PRODUCT_PACKAGES += \
libtinycompress
# VNDK FWK detect
PRODUCT_PACKAGES += \
libqti_vndfwk_detect.vendor \
libvndfwk_detect_jni.qti.vendor
# Wi-Fi
PRODUCT_PACKAGES += \
libwifi-hal:64 \
libwifi-hal-qcom
# Misc interfaces
PRODUCT_PACKAGES += \
android.frameworks.sensorservice@1.0.vendor \
android.frameworks.stats@1.0.vendor:64 \
android.hardware.authsecret-V1-ndk.vendor:64 \
android.hardware.authsecret@1.0.vendor \
android.hardware.biometrics.fingerprint@2.1.vendor:64 \
android.hardware.biometrics.fingerprint@2.2.vendor:64 \
android.hardware.camera.common@1.0.vendor:64 \
android.hardware.camera.device@1.0.vendor:64 \
android.hardware.camera.device@3.2.vendor:64 \
android.hardware.camera.provider@2.4.vendor:64 \
android.hardware.gatekeeper@1.0.vendor \
android.hardware.input.common-V1-ndk.vendor:64 \
android.hardware.input.processor-V1-ndk.vendor:64 \
android.hardware.keymaster-V3-ndk.vendor:64 \
android.hardware.keymaster@3.0.vendor \
android.hardware.keymaster@4.0.vendor \
android.hardware.keymaster@4.1.vendor \
android.hardware.neuralnetworks@1.0.vendor:64 \
android.hardware.neuralnetworks@1.1.vendor:64 \
android.hardware.neuralnetworks@1.2.vendor:64 \
android.hardware.neuralnetworks@1.3.vendor:64 \
android.hardware.oemlock-V1-ndk.vendor:64 \
android.hardware.oemlock@1.0.vendor:64 \
android.hardware.power-V1-ndk.vendor \
android.hardware.radio.config@1.0.vendor:64 \
android.hardware.radio.config@1.1.vendor:64 \
android.hardware.radio.config@1.2.vendor:64 \
android.hardware.radio.deprecated@1.0.vendor:64 \
android.hardware.radio@1.2.vendor:64 \
android.hardware.radio@1.3.vendor:64 \
android.hardware.radio@1.4.vendor:64 \
android.hardware.radio@1.5.vendor:64 \
android.hardware.rebootescrow-V1-ndk.vendor:64 \
android.hardware.secure_element@1.1.vendor:64 \
android.hardware.secure_element@1.2.vendor:64 \
android.hardware.security.keymint-V3-ndk.vendor:64 \
android.hardware.security.rkp-V3-ndk.vendor:64 \
android.hardware.thermal@1.0.vendor \
android.hardware.thermal@2.0.vendor \
android.hardware.weaver-V2-ndk.vendor:64 \
android.hardware.weaver@1.0.vendor:64 \
android.hardware.wifi-V1-ndk.vendor:64 \
android.hardware.wifi@1.0.vendor:64 \
android.hidl.memory.block@1.0.vendor \
android.system.net.netd@1.1.vendor:64 \
vendor.qti.hardware.camera.postproc@1.0.vendor:64 \
vendor.qti.hardware.systemhelper@1.0.vendor
# Properties
TARGET_VENDOR_PROP := $(LOCAL_PATH)/vendor.prop
# fastbootd
PRODUCT_PROPERTY_OVERRIDES += \
ro.fastbootd.available=true
# Now Playing
PRODUCT_PACKAGES += \
NowPlayingOverlay
# Quick Tap
TARGET_SUPPORTS_QUICK_TAP := true
PRODUCT_PRODUCT_PROPERTIES += \
persist.columbus.use_ap_sensor=false \
persist.columbus.model=tap7cls_redfin.tflite
# Inherit extra stuff
$(call inherit-product-if-exists,vendor/google-extra/config.mk)