dre: Add xbl_config_arb_check postinstall for /odm
Change-Id: I9e2f6e1063aa6414790a11b08321df4b0fe5b13b
This commit is contained in:
parent
24d5dabf08
commit
b4bce048e3
1 changed files with 8 additions and 1 deletions
|
|
@ -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 += \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue