-
Notifications
You must be signed in to change notification settings - Fork 0
/
device-evolution.mk
198 lines (166 loc) · 5.65 KB
/
device-evolution.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
#
# Copyright (C) 2020-2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Overlays
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-evolution
# 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
# Google Assistant
PRODUCT_PRODUCT_PROPERTIES += ro.opa.eligible_device=true
# HBM
PRODUCT_PACKAGES += \
HbmSVManagerOverlay
# Lineage Health
include hardware/google/pixel/lineage_health/device.mk
# LiveDisplay
PRODUCT_PACKAGES += \
# RCS
PRODUCT_PACKAGES += \
PresencePolling \
RcsService
# Touch
include hardware/google/pixel/touch/device.mk
# Build necessary packages for system_ext
# Display
PRODUCT_PACKAGES += \
# Build necessary packages for vendor
# Bluetooth
PRODUCT_PACKAGES += \
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.device-V1-ndk.vendor:64 \
android.hardware.camera.provider-V1-ndk.vendor:64
# CHRE
PRODUCT_PACKAGES += \
chre
# Codec2
PRODUCT_PACKAGES += \
libavservices_minijail.vendor \
libcodec2_vndk.vendor \
libmedia_ecoservice.vendor \
# Confirmation UI
PRODUCT_PACKAGES += \
[email protected]:64 \
libteeui_hal_support.vendor:64
# Display
PRODUCT_PACKAGES += \
libdisplayconfig.qti \
# GPS
PRODUCT_PACKAGES += \
flp.conf
# HIDL
PRODUCT_PACKAGES += \
libhwbinder.vendor
# Identity credential
PRODUCT_PACKAGES += \
android.hardware.identity-V4-ndk.vendor:64 \
android.hardware.identity-support-lib.vendor:64 \
android.hardware.identity_credential.xml
# Json
PRODUCT_PACKAGES += \
libjson
# Protobuf
PRODUCT_PACKAGES += \
libprotobuf-cpp-full-vendorcompat
# Sensor listener
PRODUCT_PACKAGES += \
lib_sensor_listener
# Tinycompress
PRODUCT_PACKAGES += \
libtinycompress
# VNDK FWK detect
PRODUCT_PACKAGES += \
libqti_vndfwk_detect.vendor \
libvndfwk_detect_jni.qti.vendor
# Wi-Fi
PRODUCT_PACKAGES += \
android.hardware.wifi-V2-ndk.vendor:64 \
[email protected]:64 \
libwifi-hal:64 \
libwifi-hal-ctrl:64 \
libwifi-hal-qcom
# Misc interfaces
PRODUCT_PACKAGES += \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
android.hardware.input.common-V1-ndk.vendor:64 \
android.hardware.input.processor-V1-ndk.vendor:64 \
android.hardware.keymaster-V3-ndk.vendor:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
android.hardware.power-V1-ndk.vendor \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
android.hardware.rebootescrow-V1-ndk.vendor:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
[email protected]:64 \
# IMS
PRODUCT_SYSTEM_PROPERTIES += \
persist.dbg.ims_volte_enable=1 \
persist.dbg.volte_avail_ovr=1
# Properties
TARGET_VENDOR_PROP := $(LOCAL_PATH)/vendor.prop