From 4f214c5179b2bef7de84b8b5eb2c18fd3f7312a8 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok Date: Wed, 28 Mar 2018 12:21:03 +0900 Subject: [PATCH] Allow vendor-init-actionable for ro.debuggable Some partners are using ro.debuggable as action trigger to config a product differently according to its value. Bug: 75987246 Test: succeeded building and tested taimen Change-Id: I4cc57e7b52e17fc89e585afa0a8a10925e47fac8 --- init/stable_properties.h | 1 + 1 file changed, 1 insertion(+) diff --git a/init/stable_properties.h b/init/stable_properties.h index bd568f06c..c8bdaa4f4 100644 --- a/init/stable_properties.h +++ b/init/stable_properties.h @@ -37,6 +37,7 @@ static const std::set kExportedActionableProperties = { "persist.sys.zram_enabled", "ro.bootmode", "ro.build.type", + "ro.debuggable", "sys.boot_completed", "sys.retaildemo.enabled", "sys.shutdown.requested",