rosemary: Add checkpoint_gc and otapreopt_script for A/B OTA's

Change-Id: I10efa3de0c09aa48065e87c7b50c40b947663e0e
This commit is contained in:
derfelot
2022-10-28 14:12:48 +01:00
committed by Matsvei Niaverau
parent 3f37a54909
commit 1620679209

View File

@@ -24,6 +24,16 @@ PRODUCT_PACKAGES += \
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
PRODUCT_PACKAGES += \
checkpoint_gc \
otapreopt_script
# Audio
PRODUCT_PACKAGES += \
android.hardware.audio.service \