Allow vendor_init_actionable to persist.sys.usb.usbradio.config

persist.sys.usb.usbradio.config can be used as an action trigger in
vendor init scripts.

Bug: 75202311
Bug: 74266614
Test: succeeded building and tested on pixels
Change-Id: I123b5ebce4bbf33f41222c2e11137d52e38ff9f8
This commit is contained in:
Jaekyun Seok 2018-03-19 09:03:57 +09:00
parent 8dca85f0c8
commit 56f832e561

View file

@ -34,6 +34,7 @@ static const std::set<std::string> kExportedActionableProperties = {
"init.svc.zygote",
"persist.bluetooth.btsnoopenable",
"persist.sys.crash_rcu",
"persist.sys.usb.usbradio.config",
"persist.sys.zram_enabled",
"ro.bootmode",
"ro.build.type",