Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: Add xbl_config_arb_check postinstall for /odm

Change-Id: I9e2f6e1063aa6414790a11b08321df4b0fe5b13b
This commit is contained in:
LuK1337 2026-01-25 19:47:35 +01:00 committed by Nick Reuter
commit b4bce048e3

View file

@ -26,9 +26,16 @@ AB_OTA_POSTINSTALL_CONFIG += \
FILESYSTEM_TYPE_vendor=erofs \ FILESYSTEM_TYPE_vendor=erofs \
POSTINSTALL_OPTIONAL_vendor=true POSTINSTALL_OPTIONAL_vendor=true
AB_OTA_POSTINSTALL_CONFIG += \
RUN_POSTINSTALL_odm=true \
POSTINSTALL_PATH_odm=bin/xbl_config_arb_check \
FILESYSTEM_TYPE_odm=erofs \
POSTINSTALL_OPTIONAL_odm=false
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
checkpoint_gc \ checkpoint_gc \
otapreopt_script otapreopt_script \
xbl_config_arb_check
# Audio # Audio
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \