RMX2061: ship AOSP Recovery

This commit is contained in:
debdeep199x
2023-03-31 14:12:01 +00:00
parent 791efbad94
commit 09aa2f17a8

View File

@@ -13,6 +13,9 @@ TARGET_BOOT_ANIMATION_RES := 1080
# Target
TARGET_SUPPORTS_QUICK_TAP := true
#AOSP Recovery
TARGET_USES_AOSP_RECOVERY := true
# Inherit some common AOSP stuff
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)