Remove redundant action triggers on persist.sys.usb.config am: 05e04a134e

am: ab5c247b0d

Change-Id: I470da113930539b5ae0ad4a706c8dfe080a52ee2
This commit is contained in:
Badhri Jagan Sridharan 2016-08-10 22:25:58 +00:00 committed by android-build-merger
commit 9306e7c17a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ on property:sys.usb.config=accessory,audio_source,adb && property:sys.usb.config
# Used to set USB configuration at boot and to switch the configuration
# when changing the default configuration
on property:persist.sys.usb.config=*
on boot && property:persist.sys.usb.config=*
setprop sys.usb.config ${persist.sys.usb.config}
#