From 7dd2e025d8d69f74ac2c6ec62d5ceb4ce4620dce Mon Sep 17 00:00:00 2001 From: Jaekyun Seok <jaekyun@google.com> Date: Fri, 23 Mar 2018 09:06:34 +0900 Subject: [PATCH] Allow vendor-init-settable and public-readable to ro.config.low_ram ro.config.low_ram should be set on Android Go devices by SoC vendors, and the value can be read by vendor components. Bug: 76132948 Bug: 75987246 Test: succeeded building and tested with taimen Change-Id: I6ac98fa58cf641da4565d6277898fc5e5e6ceca1 --- public/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/property_contexts b/public/property_contexts index d4d0ab9ee..5dcffb334 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -209,6 +209,7 @@ ro.boot.fake_battery u:object_r:exported_default_prop:s0 exact int ro.boot.hardware.revision u:object_r:exported_default_prop:s0 exact string ro.boot.slot_suffix u:object_r:exported_default_prop:s0 exact string ro.carrier u:object_r:exported_default_prop:s0 exact string +ro.config.low_ram u:object_r:exported_config_prop:s0 exact bool ro.config.vc_call_vol_steps u:object_r:exported_config_prop:s0 exact int ro.frp.pst u:object_r:exported_default_prop:s0 exact string ro.hardware.activity_recognition u:object_r:exported_default_prop:s0 exact string -- GitLab