diff options
author | Jaekyun Seok <jaekyun@google.com> | 2018-03-19 09:03:57 +0900 |
---|---|---|
committer | Jaekyun Seok <jaekyun@google.com> | 2018-03-20 07:40:16 +0900 |
commit | 56f832e561a44b5ca6f989270899dc6c6a4f65b0 (patch) | |
tree | 6ff27c415888e844b8f677170f5ff90876f1d8c2 | |
parent | 8dca85f0c81e18e73aad914c0c22c111ecfd32bc (diff) | |
download | core-56f832e561a44b5ca6f989270899dc6c6a4f65b0.tar.gz core-56f832e561a44b5ca6f989270899dc6c6a4f65b0.tar.bz2 core-56f832e561a44b5ca6f989270899dc6c6a4f65b0.zip |
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
-rw-r--r-- | init/stable_properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/stable_properties.h b/init/stable_properties.h index bd568f06c..4d47434da 100644 --- a/init/stable_properties.h +++ b/init/stable_properties.h @@ -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", |