From 66b55782b895daffb609785695c47523bbb22f9a Mon Sep 17 00:00:00 2001 From: huans <huans@google.com> Date: Fri, 25 May 2018 12:20:11 -0700 Subject: [PATCH] emulator: Whitelist ro.kernel.qemu. parameters And ro.kernel.android.bootanim (used to en/disable boot-anim) Bug: 79941736 Test: Manual Change-Id: Ib486903dec92df88b4d33bad6262cbcfc2aa1c4c --- prebuilts/api/28.0/public/property_contexts | 3 ++- public/property_contexts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/prebuilts/api/28.0/public/property_contexts b/prebuilts/api/28.0/public/property_contexts index a61cc2295..a50534023 100644 --- a/prebuilts/api/28.0/public/property_contexts +++ b/prebuilts/api/28.0/public/property_contexts @@ -271,7 +271,8 @@ ro.hardware.vibrator u:object_r:exported_default_prop:s0 exact string 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.kernel.qemu. u:object_r:exported_default_prop:s0 +ro.kernel.android.bootanim 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 diff --git a/public/property_contexts b/public/property_contexts index a61cc2295..a50534023 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -271,7 +271,8 @@ ro.hardware.vibrator u:object_r:exported_default_prop:s0 exact string 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.kernel.qemu. u:object_r:exported_default_prop:s0 +ro.kernel.android.bootanim 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 -- GitLab