Skip to content
Snippets Groups Projects
Commit 742b559c authored by Tao Bao's avatar Tao Bao Committed by android-build-merger
Browse files

recovery.te: Allow setting sys.usb.ffs.ready. am: ce5ca4d0 am: 52711066 am: 3799c82a

am: d61c5dfa

Change-Id: I5dcc02f979a6cd1aa7d7b916425e8693860b8abc
parents aed89008 d61c5dfa
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,9 @@ recovery_only(`
# Read serial number of the device from system properties
get_prop(recovery, serialno_prop)
# Set sys.usb.ffs.ready when starting minadbd for sideload.
set_prop(recovery, ffs_prop)
# Use setfscreatecon() to label files for OTA updates.
allow recovery self:process setfscreate;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment