diff options
| author | Tao Bao <tbao@google.com> | 2019-05-06 22:42:02 -0700 |
|---|---|---|
| committer | Nolen Johnson <johnsonnolen@gmail.com> | 2021-07-31 23:41:08 -0400 |
| commit | 65b04b99b7c212443d73245e32756a9fdf519d5c (patch) | |
| tree | 404b321f8dcca807c0958756a8ff1e548964b51c | |
| parent | 694dbf38da2e713cd7ba1980e18961413c83e154 (diff) | |
lake: AB_OTA_UPDATER is BoardConfig variable
Bug: 130433003
Test: TreeHugger
Change-Id: I70c7a884df45781e8b14339edd02985ba3de02fd
| -rw-r--r-- | device.mk | 9 | ||||
| -rw-r--r-- | lineage_lake.mk | 8 |
2 files changed, 9 insertions, 8 deletions
@@ -30,6 +30,15 @@ PRODUCT_ENFORCE_RRO_TARGETS := * PRODUCT_PACKAGES += \ NoCutoutOverlay +# A/B updater +AB_OTA_UPDATER := true + +AB_OTA_PARTITIONS += \ + boot \ + dtbo \ + system \ + vendor + # AAPT PRODUCT_AAPT_CONFIG := normal PRODUCT_AAPT_PREF_CONFIG := 560dpi diff --git a/lineage_lake.mk b/lineage_lake.mk index 9b1a149..e4a6c11 100644 --- a/lineage_lake.mk +++ b/lineage_lake.mk @@ -26,14 +26,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) $(call inherit-product, device/motorola/lake/device.mk) # A/B updater -AB_OTA_UPDATER := true - -AB_OTA_PARTITIONS += \ - boot \ - dtbo \ - system \ - vendor - AB_OTA_POSTINSTALL_CONFIG += \ RUN_POSTINSTALL_system=true \ POSTINSTALL_PATH_system=system/bin/otapreopt_script \ |
