forked from mauronofrio/android_device_oneplus_fajita_TWRP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
device.mk
36 lines (28 loc) · 791 Bytes
/
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
LOCAL_PATH := device/oneplus/fajita
# define hardware platform
PRODUCT_PLATFORM := sdm845
#TEST
# A/B support
PRODUCT_PACKAGES += \
otapreopt_script \
cppreopts.sh \
update_engine \
update_verifier
PRODUCT_PACKAGES += \
bootctrl.sdm845
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_system=true \
POSTINSTALL_PATH_system=system/bin/otapreopt_script \
FILESYSTEM_TYPE_system=ext4 \
POSTINSTALL_OPTIONAL_system=true
# Enable update engine sideloading by including the static version of the
# boot_control HAL and its dependencies.
PRODUCT_STATIC_BOOT_CONTROL_HAL := \
bootctrl.sdm845 \
libgptutils \
libz \
libcutils
# Boot control HAL
PRODUCT_PACKAGES += \