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
This commit is contained in:
Nolen Johnson 2019-08-06 06:30:09 +00:00
parent 4a85372d41
commit 24300422f6

View File

@ -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