From 31a59ec96bb92b2bfcae59ffebbc9664870dbdab Mon Sep 17 00:00:00 2001 From: ragarcia87 <70825623+juic3b0x@users.noreply.github.com> Date: Sun, 18 Dec 2022 01:35:42 -0600 Subject: [PATCH] Revert "Update device.mk" This reverts commit 6f616b9f72b61f7ab61cab9b44dffb416dc355e3. --- device.mk | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/device.mk b/device.mk index 330e4d0..2eafcad 100644 --- a/device.mk +++ b/device.mk @@ -23,21 +23,6 @@ LOCAL_PATH := device/motorola/denver PRODUCT_SHIPPING_API_LEVEL := 30 # A/B -AB_OTA_UPDATER := true - -AB_OTA_PARTITIONS := \ - boot \ - dtbo \ - product \ - system \ - system_ext \ - vbmeta \ - vbmeta_system \ - vendor \ - vendor_boot - -PRODUCT_USE_DYNAMIC_PARTITIONS := true - AB_OTA_POSTINSTALL_CONFIG += \ RUN_POSTINSTALL_system=true \ POSTINSTALL_PATH_system=system/bin/otapreopt_script \ @@ -55,6 +40,9 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES_DEBUG += \ bootctl +# Dynamic partitions +PRODUCT_USE_DYNAMIC_PARTITIONS := true + # Fastbootd PRODUCT_PACKAGES += \ android.hardware.fastboot@1.0-impl-mock \ @@ -67,7 +55,8 @@ TARGET_SCREEN_WIDTH := 1080 # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) \ - hardware/qcom-caf/bootctrl + hardware/qcom-caf/bootctrl \ + vendor/qcom/opensource/commonsys-intf/display # Update engine PRODUCT_PACKAGES += \ @@ -78,7 +67,6 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES_DEBUG += \ update_engine_client - # TWRP Configuration TW_THEME := portrait_hdpi RECOVERY_SDCARD_ON_DATA := true