From a47a1c25af8d9646754b1af334da7478d1faa3f1 Mon Sep 17 00:00:00 2001 From: Bowgo Tsai <bowgotsai@google.com> Date: Thu, 15 Mar 2018 16:13:24 +0800 Subject: [PATCH] Mark some odm properties as vendor-init-settable Bug: 64195575 Test: boot a device Change-Id: I7f7deb5e2c5c6e0a75cf22eb610a7973b5be0d7e --- public/property_contexts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/property_contexts b/public/property_contexts index 273efb78c..a3702c3e2 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -251,10 +251,18 @@ ro.hardware.virtual_device u:object_r:exported_default_prop:s0 exact string ro.hardware.vulkan u:object_r:exported_default_prop:s0 exact string ro.kernel.qemu u:object_r:exported_default_prop:s0 exact int ro.kernel.qemu.gles u:object_r:exported_default_prop:s0 exact int +ro.odm.build.date u:object_r:exported_default_prop:s0 exact string +ro.odm.build.date.utc u:object_r:exported_default_prop:s0 exact int +ro.odm.build.fingerprint u:object_r:exported_default_prop:s0 exact string ro.product.board u:object_r:exported_default_prop:s0 exact string ro.product.cpu.abilist32 u:object_r:exported_default_prop:s0 exact string ro.product.cpu.abilist64 u:object_r:exported_default_prop:s0 exact string ro.product.first_api_level u:object_r:exported_default_prop:s0 exact int +ro.product.odm.brand u:object_r:exported_default_prop:s0 exact string +ro.product.odm.device u:object_r:exported_default_prop:s0 exact string +ro.product.odm.manufacturer u:object_r:exported_default_prop:s0 exact string +ro.product.odm.model u:object_r:exported_default_prop:s0 exact string +ro.product.odm.name u:object_r:exported_default_prop:s0 exact string ro.product.vendor.brand u:object_r:exported_default_prop:s0 exact string ro.product.vendor.device u:object_r:exported_default_prop:s0 exact string ro.product.vendor.manufacturer u:object_r:exported_default_prop:s0 exact string -- GitLab