sm8250-common: AB_OTA_UPDATER is BoardConfig variable.
Bug: 130433003 Test: TreeHugger Change-Id: I70c7a884df45781e8b14339edd02985ba3de02fd
This commit is contained in:
parent
c870005d46
commit
38e5c38009
2 changed files with 15 additions and 14 deletions
|
@ -72,6 +72,21 @@ TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
|
||||||
# Treble
|
# Treble
|
||||||
BOARD_VNDK_VERSION := current
|
BOARD_VNDK_VERSION := current
|
||||||
|
|
||||||
|
# A/B
|
||||||
|
AB_OTA_UPDATER := true
|
||||||
|
|
||||||
|
AB_OTA_PARTITIONS += \
|
||||||
|
boot \
|
||||||
|
dtbo \
|
||||||
|
odm \
|
||||||
|
product \
|
||||||
|
recovery \
|
||||||
|
system \
|
||||||
|
system_ext \
|
||||||
|
vbmeta \
|
||||||
|
vbmeta_system \
|
||||||
|
vendor
|
||||||
|
|
||||||
# ANT+
|
# ANT+
|
||||||
BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
|
BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl"
|
||||||
|
|
||||||
|
|
14
common.mk
14
common.mk
|
@ -89,20 +89,6 @@ PRODUCT_COPY_FILES += \
|
||||||
vendor/lineage/config/permissions/vendor.lineage.biometrics.fingerprint.inscreen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/vendor.lineage.biometrics.fingerprint.inscreen.xml
|
vendor/lineage/config/permissions/vendor.lineage.biometrics.fingerprint.inscreen.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/vendor.lineage.biometrics.fingerprint.inscreen.xml
|
||||||
|
|
||||||
# A/B
|
# A/B
|
||||||
AB_OTA_UPDATER := true
|
|
||||||
|
|
||||||
AB_OTA_PARTITIONS += \
|
|
||||||
boot \
|
|
||||||
dtbo \
|
|
||||||
odm \
|
|
||||||
product \
|
|
||||||
recovery \
|
|
||||||
system \
|
|
||||||
system_ext \
|
|
||||||
vbmeta \
|
|
||||||
vbmeta_system \
|
|
||||||
vendor
|
|
||||||
|
|
||||||
AB_OTA_POSTINSTALL_CONFIG += \
|
AB_OTA_POSTINSTALL_CONFIG += \
|
||||||
RUN_POSTINSTALL_system=true \
|
RUN_POSTINSTALL_system=true \
|
||||||
POSTINSTALL_PATH_system=system/bin/otapreopt_script \
|
POSTINSTALL_PATH_system=system/bin/otapreopt_script \
|
||||||
|
|
Loading…
Reference in a new issue