universal7885: Make fastbootd permissive in non-user recovery builds

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
Alessandro Astone 2020-02-26 15:09:19 +01:00 committed by roynatech2544
commit 2e4278499e
2 changed files with 8 additions and 0 deletions

View file

@ -62,6 +62,9 @@ BOARD_FLASH_BLOCK_SIZE := 131072
# Properties
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
# SELinux
BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(COMMON_PATH)/sepolicy/private
# Vendor
TARGET_COPY_OUT_VENDOR := vendor

View file

@ -0,0 +1,5 @@
recovery_only(`
userdebug_or_eng(`
permissive fastbootd;
')
')