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

Commit cd8ca808 authored by Jaekyun Seok's avatar Jaekyun Seok Committed by android-build-merger
Browse files

Allow vendor-init-actionable for vold-related properties am: 65ce3b2c

am: d82e9269

Change-Id: I69e21596208a4afaeeed00e316f42bd2b8c4e2ea
parents 6ccc2906 d82e9269
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ static constexpr const char* kPartnerPrefixes[] = {
};

static const std::set<std::string> kExportedActionableProperties = {
    "dev.bootcomplete",
    "init.svc.console",
    "init.svc.mediadrm",
    "init.svc.surfaceflinger",
@@ -40,6 +41,8 @@ static const std::set<std::string> kExportedActionableProperties = {
    "ro.board.platform",
    "ro.bootmode",
    "ro.build.type",
    "ro.crypto.state",
    "ro.crypto.type",
    "ro.debuggable",
    "sys.boot_completed",
    "sys.boot_from_charger_mode",
@@ -51,6 +54,8 @@ static const std::set<std::string> kExportedActionableProperties = {
    "sys.usb.ffs.ready",
    "sys.user.0.ce_available",
    "sys.vdso",
    "vold.decrypt",
    "vold.post_fs_data_done",
    "vts.native_server.on",
    "wlan.driver.status",
};