From 56f832e561a44b5ca6f989270899dc6c6a4f65b0 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Mon, 19 Mar 2018 09:03:57 +0900 Subject: [PATCH] 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 --- init/stable_properties.h | 1 + 1 file changed, 1 insertion(+) 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 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",