zenfone9: Move AB_OTA_UPDATER to device makefile
Our backup scripts files on vendor omni are called before the Boardconfig, so the scripts for A/B are not copy to system
Change-Id: I32da7a1ee554033ff3445229971d14c94b1c013d
diff --git a/device.mk b/device.mk
index e078bfb..60d9593 100755
--- a/device.mk
+++ b/device.mk
@@ -53,6 +53,7 @@
WifiOverlay
# A/B
+AB_OTA_UPDATER := true
ENABLE_VIRTUAL_AB := true
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)