From 09aa2f17a890d23c9b42460e45c2bc209cfbdc8a Mon Sep 17 00:00:00 2001 From: debdeep199x Date: Fri, 31 Mar 2023 14:12:01 +0000 Subject: [PATCH] RMX2061: ship AOSP Recovery --- aosp_RMX2061.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aosp_RMX2061.mk b/aosp_RMX2061.mk index 48b9492..e23113b 100644 --- a/aosp_RMX2061.mk +++ b/aosp_RMX2061.mk @@ -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)