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

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