Allow vendor-init-actionable for wlan.driver.status and init.svc.surfaceflinger
They are being used as action triggers in some devices including Pixels.
So vendor-init-actionable should be allowed for them.
Bug: 74266614
Test: building succeeded and tested on a Pixel with
PRODUCT_COMPATIBLE_PROPERTY=true
Change-Id: I713c5c1a50053f8d64e1cecd1f7ab5dc18201da1
Merged-In: I713c5c1a50053f8d64e1cecd1f7ab5dc18201da1
(cherry picked from commit 167ec7f1d2
)
This commit is contained in:
parent
9a67c69e6c
commit
66797804c6
|
@ -31,6 +31,7 @@ static constexpr const char* kPartnerPrefixes[] = {
|
|||
static const std::set<std::string> kExportedActionableProperties = {
|
||||
"init.svc.console",
|
||||
"init.svc.mediadrm",
|
||||
"init.svc.surfaceflinger",
|
||||
"init.svc.zygote",
|
||||
"persist.bluetooth.btsnoopenable",
|
||||
"persist.sys.crash_rcu",
|
||||
|
@ -51,6 +52,7 @@ static const std::set<std::string> kExportedActionableProperties = {
|
|||
"sys.user.0.ce_available",
|
||||
"sys.vdso",
|
||||
"vts.native_server.on",
|
||||
"wlan.driver.status",
|
||||
};
|
||||
|
||||
} // namespace init
|
||||
|
|
Loading…
Reference in New Issue