From 4a62c060e3754b09a01e0adca11707a4cb5d5e4e Mon Sep 17 00:00:00 2001 From: Jaekyun Seok <jaekyun@google.com> Date: Mon, 26 Feb 2018 16:19:53 +0900 Subject: [PATCH] Allow vendor-init-settable for ro.radio.noril ro.radio.noril is used for modem-less products including emulator. Bug: 73871799 Test: succeeded building and tested with taimen Change-Id: I2270374a2523889aa4874840594d8267614f93ad --- public/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/property_contexts b/public/property_contexts index 56a19677e..10061db35 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -94,6 +94,7 @@ ro.dalvik.vm.native.bridge u:object_r:exported_dalvik_prop:s0 exact string ro.gfx.driver.0 u:object_r:exported3_default_prop:s0 exact string ro.oem_unlock_supported u:object_r:exported3_default_prop:s0 exact int ro.opengles.version u:object_r:exported3_default_prop:s0 exact int +ro.radio.noril u:object_r:exported3_default_prop:s0 exact string ro.retaildemo.video_path u:object_r:exported3_default_prop:s0 exact string ro.sf.lcd_density u:object_r:exported3_default_prop:s0 exact int ro.storage_manager.enabled u:object_r:exported3_default_prop:s0 exact bool -- GitLab