TEMP: Remove the logic for init
[GitHub/moto-9609/twrp_device_motorola_troika.git] / device.mk
1
2 LOCAL_PATH := device/motorola/troika
3
4 # define hardware platform
5 PRODUCT_PLATFORM := exynos9610
6
7 #TEST
8 # A/B support
9 PRODUCT_PACKAGES += \
10 otapreopt_script \
11 cppreopts.sh \
12 update_engine \
13 update_verifier
14
15 AB_OTA_POSTINSTALL_CONFIG += \
16 RUN_POSTINSTALL_system=true \
17 POSTINSTALL_PATH_system=system/bin/otapreopt_script \
18 FILESYSTEM_TYPE_system=ext4 \
19 POSTINSTALL_OPTIONAL_system=true
20
21 # Enable update engine sideloading by including the static version of the
22 # boot_control HAL and its dependencies.
23 PRODUCT_STATIC_BOOT_CONTROL_HAL := \
24 libgptutils \
25 libz \
26 libcutils
27
28 # Boot control HAL
29 PRODUCT_PACKAGES += \
30 android.hardware.boot@1.0-impl.exynos \
31 android.hardware.boot@1.0-service \
32
33
34