From 66797804c68eac46318e19e00bf86554d30eaada Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Thu, 5 Apr 2018 21:20:59 +0900 Subject: [PATCH] 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 167ec7f1d255ef9754d21383a9af46b07a20bac0) --- init/stable_properties.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init/stable_properties.h b/init/stable_properties.h index b82f079c3..c2e2811d5 100644 --- a/init/stable_properties.h +++ b/init/stable_properties.h @@ -31,6 +31,7 @@ static constexpr const char* kPartnerPrefixes[] = { static const std::set 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 kExportedActionableProperties = { "sys.user.0.ce_available", "sys.vdso", "vts.native_server.on", + "wlan.driver.status", }; } // namespace init