-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdevice.mk
More file actions
executable file
·203 lines (168 loc) · 5.11 KB
/
device.mk
File metadata and controls
executable file
·203 lines (168 loc) · 5.11 KB
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
#
# Copyright (C) 2025 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Include GSI keys
# $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
# Dalvik VM Configuration
# $(call inherit-product, frameworks/native/build/phone-xhdpi-400-dalvik-heap.mk)
# Inherit virtual_ab_ota product
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
# Allow userspace reboots
$(call inherit-product, $(SRC_TARGET_DIR)/product/userspace_reboot.mk)
# A/B
PRODUCT_PACKAGES += \
update_engine \
update_engine_sideload \
update_verifier \
otapreopt_script \
checkpoint_gc
PRODUCT_PACKAGES_DEBUG += \
update_engine_client
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \
POSTINSTALL_PATH_system=system/bin/otapreopt_script \
FILESYSTEM_TYPE_system=ext4 \
POSTINSTALL_OPTIONAL_system=true
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_vendor=true \
POSTINSTALL_PATH_vendor=bin/checkpoint_gc \
FILESYSTEM_TYPE_vendor=ext4 \
POSTINSTALL_OPTIONAL_vendor=true
# fastbootd
PRODUCT_PACKAGES += \
android.hardware.fastboot@1.1-impl-mock \
fastbootd
# Health
PRODUCT_PACKAGES += \
android.hardware.health@2.1-impl \
android.hardware.health@2.1-service
# Audio
PRODUCT_PACKAGES += \
android.hardware.audio.effect@7.0-impl \
android.hardware.audio.service \
android.hardware.soundtrigger@2.3-impl
# Lights
PRODUCT_PACKAGES += \
android.hardware.lights-service.mediatek
# Bluetooth
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.1-impl \
android.hardware.bluetooth@1.1-service
# Camera
PRODUCT_PACKAGES += \
android.hardware.camera.provider@2.6-impl \
android.hardware.camera.provider@2.6-service
# Display
PRODUCT_PACKAGES += \
android.hardware.graphics.composer@2.4-impl \
android.hardware.graphics.composer@2.4-service
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.4-impl \
android.hardware.drm@1.4-service
# Gatekeeper
PRODUCT_PACKAGES += \
android.hardware.gatekeeper@1.0-impl \
android.hardware.gatekeeper@1.0-service
# Keymaster
PRODUCT_PACKAGES += \
android.hardware.keymaster@4.1-impl \
android.hardware.keymaster@4.1-service
# Memtrack
PRODUCT_PACKAGES += \
android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service
# Power
PRODUCT_PACKAGES += \
android.hardware.power@1.3-impl \
android.hardware.power@1.3-service
# Sensors
PRODUCT_PACKAGES += \
android.hardware.sensors@2.1-impl \
android.hardware.sensors@2.1-service
# Thermal
PRODUCT_PACKAGES += \
android.hardware.thermal@2.0-impl \
android.hardware.thermal@2.0-service
# USB
PRODUCT_PACKAGES += \
android.hardware.usb@1.3-impl \
android.hardware.usb@1.3-service
# Wi-Fi
PRODUCT_PACKAGES += \
android.hardware.wifi@1.5-impl \
android.hardware.wifi@1.5-service
# Rootdir
PRODUCT_PACKAGES += \
apanic_annotate.sh \
apanic_copy.sh \
apanic_mtk.sh \
apanic_save.sh \
hardware_revisions.sh \
init.insmod.sh \
init.mmi.backup.trustlet.sh \
init.mmi.block_perm.sh \
init.mmi.boot.sh \
init.mmi.modules.sh \
init.mmi.touch.sh \
init.mmi.usb.sh \
init.oem.hw.sh \
pstore_annotate.sh \
vendor.mmi.cxp.sh \
PRODUCT_PACKAGES += \
fstab.enablezram \
apanic.rc \
factory_init.connectivity.common.rc \
factory_init.connectivity.rc \
factory_init.project.rc \
factory_init.rc \
init.aee.rc \
init.cgroup.rc \
init.connectivity.common.rc \
init.connectivity.rc \
init.mmi.backup.trustlet.rc \
init.mmi.chipset.rc \
init.mmi.overlay.rc \
init.mmi.rc \
init.mmi.tcmd.rc \
init.mmi.usb.configfs.rc \
init.modem.rc \
init.mt6789.rc \
init.mt6789.usb.rc \
init.mtkgki.rc \
init.project.rc \
init.sensor_2_0.rc \
init_connectivity.rc \
meta_init.connectivity.common.rc \
meta_init.connectivity.rc \
meta_init.modem.rc \
meta_init.project.rc \
meta_init.rc \
meta_init.vendor.rc \
multi_init.rc \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/fstab.enablezram:$(TARGET_VENDOR_RAMDISK_OUT)/first_stage_ramdisk/fstab.enablezram \
$(LOCAL_PATH)/configs/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
$(LOCAL_PATH)/configs/audio/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
$(LOCAL_PATH)/configs/permissions/privapp-permissions-mediatek.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-mediatek.xml
# Overlays
PRODUCT_ENFORCE_RRO_TARGETS := *
# Device overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay/FrameworksResOverlayVicky
# Partitions
PRODUCT_BUILD_SUPER_PARTITION := false
PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Product characteristics
PRODUCT_CHARACTERISTICS := default
# Shipping API level
PRODUCT_SHIPPING_API_LEVEL := 33
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Inherit the proprietary files
$(call inherit-product, vendor/motorola/vicky/vicky-vendor.mk)