-
Notifications
You must be signed in to change notification settings - Fork 2
/
mt6753.mk
337 lines (284 loc) · 12.8 KB
/
mt6753.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
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
#
# Copyright (C) 2019 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.
#
COMMON_PATH := device/lenovo/mt6753-common
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_m.mk)
# Dalvik heap configurations
$(call inherit-product-if-exists, frameworks/native/build/phone-xxhdpi-3072-dalvik-heap.mk)
# Vendor properties
include $(COMMON_PATH)/vendor_prop.mk
# Screen density
TARGET_SCREEN_WIDTH := 1080
TARGET_SCREEN_HEIGHT := 1920
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# Boot animation
TARGET_BOOTANIMATION_HALF_RES := true
# Prop
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
ro.secure=0 \
ro.adb.secure=0
camera.disable_zsl_mode=1 \
persist.service.acm.enable=0 \
persist.sys.usb.config=mtp,adb \
ro.allow.mock.location=0 \
ro.debuggable=1 \
ro.dalvik.vm.native.bridge=0 \
ro.mount.fs=EXT4 \
ro.kernel.android.checkjni=0 \
ro.telephony.ril.config=fakeiccid \
ro.com.android.mobiledata=false
# Ramdisk
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/fstab.charger:root/fstab.charger \
$(COMMON_PATH)/rootdir/fstab.swap:root/fstab.swap \
$(COMMON_PATH)/rootdir/ueventd.mt6735.rc:root/ueventd.mt6735.rc
# Overlay
DEVICE_PACKAGE_OVERLAYS := $(COMMON_PATH)/overlay
# USB Hal
PRODUCT_PACKAGES += \
android.hardware.usb@1.0-service.basic
# Vendor security patch level
PRODUCT_PROPERTY_OVERRIDES += \
ro.lineage.build.vendor_security_patch=2019-06-05
# Wifi
PRODUCT_PACKAGES += \
android.hardware.wifi@1.0-service \
lib_driver_cmd_mt66xx \
libwifi-hal-mt66xx \
hostapd \
wificond \
wifilogd \
wpa_supplicant \
wpa_supplicant.conf \
muxreport \
terservice
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.compass.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.compass.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.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.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 \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.distinct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.xml \
frameworks/native/data/etc/android.hardware.touchscreen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.xml \
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
frameworks/native/data/etc/android.hardware.camera.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.xml \
frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
frameworks/native/data/etc/android.hardware.faketouch.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.faketouch.xml \
frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
frameworks/native/data/etc/android.hardware.telephony.cdma.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.cdma.xml \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
frameworks/native/data/etc/android.hardware.nfc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.xml \
frameworks/native/data/etc/android.hardware.nfc.hce.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hce.xml \
frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.google.android.nfc_extras.xml \
frameworks/native/data/etc/com.android.nfc_extras.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.android.nfc_extras.xml \
# Mediatek
PRODUCT_PACKAGES += \
libstlport
# NFC packages
PRODUCT_PACKAGES += \
com.android.nfc_extras \
libnfc \
MtkNfc \
Tag
# NFC stack
PRODUCT_PACKAGES += \
nfcstackp \
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.1-service.clearkey \
android.hardware.drm@1.0-impl \
android.hardware.drm@1.0-service
# RenderScript
PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl
# Graphics
PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl \
android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.composer@2.1-impl \
android.hardware.memtrack@1.0-impl \
android.hardware.graphics.mapper@2.0-impl
PRODUCT_PACKAGES += \
libui_ext \
libgralloc_extra \
libgui_ext
# Lineage
PRODUCT_PACKAGES += \
lineage.livedisplay@2.0-service-mtk \
lineage.touch@1.0-service.lenovo \
lineage.trust@1.0-service
# Wifi
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
$(COMMON_PATH)/configs/wifi/wpa_supplicant.conf:system/etc/wifi/wpa_supplicant.conf \
$(COMMON_PATH)/configs/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
PRODUCT_PACKAGES += \
Stk \
libem_sensor_jni
# Combo
PRODUCT_PACKAGES += \
wmt_loader
# Thermal
PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-service.mtk \
thermal_manager
# RIL
PRODUCT_PACKAGES += \
libccci_util
# Charger
PRODUCT_PACKAGES += \
charger_res_images \
charger
# Shims
PRODUCT_PACKAGES += \
libmtkshim_ui \
libmtkshim_gui \
libmtkshim_audio \
libmtkshim_camera
# Power
PRODUCT_PACKAGES += \
android.hardware.power@1.1-service.mtk
# Sensors
PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl.mtk \
android.hardware.sensors@1.0-service.mtk
# Media
PRODUCT_COPY_FILES += \
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
frameworks/av/media/libstagefright/data/media_codecs_google_video_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video_le.xml \
$(COMMON_PATH)/configs/media_profiles_V1_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \
$(COMMON_PATH)/configs/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \
$(COMMON_PATH)/configs/media_codecs_mediatek_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_mediatek_video.xml
# Keymaster HAL
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl
# Health HAL
PRODUCT_PACKAGES += \
android.hardware.health@2.0-service
# Neural
PRODUCT_PACKAGES += android.hardware.neuralnetworks@1.1-service-armnn
# Configstore
PRODUCT_PACKAGES += \
android.hardware.configstore@1.1-service
# GNSS HAL
PRODUCT_PACKAGES += \
android.hardware.gnss@1.0-impl \
android.hardware.gnss@1.0-service
# GPS library
PRODUCT_PACKAGES += \
libcurl
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/agps_profiles_conf2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/agps_profiles_conf2.xml
# Filesystem management tools
PRODUCT_PACKAGES += \
e2fsck \
fibmap.f2fs \
fsck.f2fs \
mkfs.f2fs \
make_ext4fs \
resize2fs \
setup_fs \
mount.exfat \
fsck.exfat \
mkfs.exfat \
fsck.ntfs \
mkfs.ntfs \
mount.ntfs
# AGPS
PRODUCT_PACKAGES += \
libandroid_net
# Trusted face
PRODUCT_PACKAGES += \
libprotobuf-cpp-full
# Display
PRODUCT_PACKAGES += \
libion \
WallpaperPicker
# Camera
PRODUCT_PACKAGES += \
libcamera_parameters_mtk \
libcam.client \
libmmsdkservice.feature \
android.hardware.camera.provider@2.4-service \
android.hardware.camera.provider@2.4-impl-legacy \
camera.device@1.0-impl-legacy \
Snap
# Managers
PRODUCT_PACKAGES += \
hwservicemanager \
vndservicemanager \
servicemanager
# Fingerprint
PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.0-service
# Vibrator
PRODUCT_PACKAGES += \
android.hardware.vibrator@1.0-service.mtk
# Lights
PRODUCT_PACKAGES += \
android.hardware.light@2.0-service.mtk
# Bluetooth
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.0-service.mtk
# Audio
PRODUCT_PACKAGES += \
android.hardware.audio@2.0-impl.mtk \
android.hardware.audio@2.0-service.mtk \
android.hardware.audio.effect@2.0-impl \
audio.a2dp.default \
audio.usb.default \
audio.r_submix.default \
audio_policy.default \
libaudiopolicymanagerdefault \
libaudio-resampler \
libtinyalsa \
libtinycompress \
libtinymix \
libtinyxml \
libfs_mgr
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/thermal/ht120.mtc:$(TARGET_COPY_OUT_VENDOR)/etc/.tp/.ht120.mtc \
$(COMMON_PATH)/configs/thermal/thermal.conf:$(TARGET_COPY_OUT_VENDOR)/etc/.tp/thermal.conf \
$(COMMON_PATH)/configs/thermal/thermal.off.conf:$(TARGET_COPY_OUT_VENDOR)/etc/.tp/thermal.off.conf \
$(COMMON_PATH)/configs/thermal/thermal_policy:$(TARGET_COPY_OUT_VENDOR)/etc/.tp/.thermal_policy_00
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
$(COMMON_PATH)/configs/audio/a2dp_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml \
frameworks/av/services/audiopolicy/config/default_volume_tables.xml:$(TARGET_COPY_OUT_VENDOR)/etc/default_volume_tables.xml \
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
$(COMMON_PATH)/configs/audio/audio_device.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_device.xml \
$(COMMON_PATH)/configs/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml
# Tethering
PRODUCT_PROPERTY_OVERRIDES += \
net.tethering.noprovisioning=true
# HIDL
PRODUCT_COPY_FILES += \
vendor/mediatek/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml