msm8226-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 committed by Francescodario Cuzzocrea
parent dd6fece29d
commit be0042899e

View file

@ -115,6 +115,9 @@ TARGET_USES_INTERACTION_BOOST := true
# Properties
TARGET_SYSTEM_PROP += device/samsung/msm8226-common/system.prop
# Recovery
TARGET_RECOVERY_DEVICE_DIRS += device/samsung/msm8226-common
# Time services
BOARD_USES_QC_TIME_SERVICES := true