From d2a6c235fe7063bf5e78b6a020f57f6b43a65853 Mon Sep 17 00:00:00 2001 From: Jaekyun Seok <jaekyun@google.com> Date: Mon, 2 Apr 2018 16:13:36 +0900 Subject: [PATCH] Allow vendor_init_settable for persist.sys.sf.native_mode A default value of persist.sys.sf.native_mode could be set by SoC partners in some devices including some pixels. So it should have vendor_init_settable accessibility. Bug: 74266614 Test: succeeded building and tested with a pixel device with PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE=true. Change-Id: I5d7a029f82505983d21dc722541fb55761a8714d Merged-In: I5d7a029f82505983d21dc722541fb55761a8714d (cherry picked from commit 0dc3587393ef23fe22d82f128b00444d610108be) --- public/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/property_contexts b/public/property_contexts index bc2395e66..5f7ebfaf2 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -69,6 +69,7 @@ persist.dbg.wfc_avail_ovr u:object_r:exported3_default_prop:s0 exact int persist.radio.multisim.config u:object_r:exported3_radio_prop:s0 exact string persist.sys.dalvik.vm.lib.2 u:object_r:exported2_system_prop:s0 exact string persist.sys.sf.color_saturation u:object_r:exported2_system_prop:s0 exact string +persist.sys.sf.native_mode u:object_r:exported2_system_prop:s0 exact bool pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string pm.dexopt.bg-dexopt u:object_r:exported_pm_prop:s0 exact string pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string -- GitLab