Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 167ec7f1 authored by Jaekyun Seok's avatar Jaekyun Seok
Browse files

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
parent 243be559
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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",
@@ -50,6 +51,7 @@ static const std::set<std::string> kExportedActionableProperties = {
    "sys.user.0.ce_available",
    "sys.vdso",
    "vts.native_server.on",
    "wlan.driver.status",
};

}  // namespace init