Fix recovery-twrp in some old CM trees
Change-Id: Ie401ab8ec39b721c3747475bcc8269f78963d31c
This commit is contained in:
@@ -24,6 +24,13 @@ else
|
||||
ifeq ($(LOCAL_PATH),bootable/recovery)
|
||||
PROJECT_PATH_AGREES := true
|
||||
BOARD_SEPOLICY_DIRS += bootable/recovery/sepolicy
|
||||
else
|
||||
ifeq ($(LOCAL_PATH),bootable/recovery-twrp)
|
||||
ifeq ($(RECOVERY_VARIANT),twrp)
|
||||
PROJECT_PATH_AGREES := true
|
||||
BOARD_SEPOLICY_DIRS += bootable/recovery-twrp/sepolicy
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user