From 24300422f69752aa15ebcca89cd1e3e94410c594 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Tue, 6 Aug 2019 06:30:09 +0000 Subject: [PATCH] msm8974-common: Set TARGET_RECOVERY_DEVICE_DIRS * In the previous commit, I failed to note that TWRP also needs the AIO property set, so append local path to TARGET_RECOVERY_DEVICE_DIRS to make both Lineage Recovery and TWRP happy. Change-Id: Ie1d8dfa252dad02787544a73e9d4ee1d44d30dbf --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c5661e7..b59ffba 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -94,6 +94,9 @@ TARGET_USES_INTERACTION_BOOST := true # Properties TARGET_SYSTEM_PROP += device/samsung/msm8974-common/system.prop +# Recovery +TARGET_RECOVERY_DEVICE_DIRS += device/samsung/msm8974-common + # Time services BOARD_USES_QC_TIME_SERVICES := true