Skip to content
Snippets Groups Projects
Commit 52711066 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

Change-Id: I7f9cfa0a144ddfd796897446990f2b61108755c1
parents 8741d4fe ce5ca4d0
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,9 @@ recovery_only(` ...@@ -105,6 +105,9 @@ recovery_only(`
# Read serial number of the device from system properties # Read serial number of the device from system properties
get_prop(recovery, serialno_prop) 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. # Use setfscreatecon() to label files for OTA updates.
allow recovery self:process setfscreate; 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