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:
parent
8dca85f0c8
commit
56f832e561
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue