mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Make fastbootd permissive in non-user recovery builds
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
d4d93fdded
commit
2e4278499e
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
5
sepolicy/private/fastbootd.te
Normal file
5
sepolicy/private/fastbootd.te
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
recovery_only(`
|
||||
userdebug_or_eng(`
|
||||
permissive fastbootd;
|
||||
')
|
||||
')
|
||||
Loading…
Reference in a new issue