From fac9bc0a624353bb90e6cc62e214a66956e077a3 Mon Sep 17 00:00:00 2001 From: Minchan Kim <minchan@google.com> Date: Wed, 31 Oct 2018 12:10:13 +0900 Subject: [PATCH] export init.svc.bugreport Vendor need to hook bugreport propery as well as dumpstatez. This CL exports it. Test: Confirmed verndor can get property trigger hook manually Bug: 118718191 Change-Id: I64a0e38716fb863ccd8923c6c41a776ea341f2d1 Signed-off-by: Minchan Kim <minchan@google.com> --- public/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/property_contexts b/public/property_contexts index 07b589258..d58b1d4ee 100644 --- a/public/property_contexts +++ b/public/property_contexts @@ -172,6 +172,7 @@ ro.aac_drc_effect_type u:object_r:exported2_default_prop:s0 exact int drm.64bit.enabled u:object_r:exported2_default_prop:s0 exact bool dumpstate.dry_run u:object_r:exported_dumpstate_prop:s0 exact bool hal.instrumentation.enable u:object_r:exported2_default_prop:s0 exact bool +init.svc.bugreport u:object_r:exported2_default_prop:s0 exact string init.svc.console u:object_r:exported2_default_prop:s0 exact string init.svc.dumpstatez u:object_r:exported2_default_prop:s0 exact string init.svc.mediadrm u:object_r:exported2_default_prop:s0 exact string -- GitLab