mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
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:
parent
dd6fece29d
commit
be0042899e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue