From a2c73f3a521eea05f740b68f0417f057d439a7ef Mon Sep 17 00:00:00 2001 From: George Lee Date: Tue, 1 Nov 2022 12:34:10 -0700 Subject: [PATCH] bcl: Change bugreport_requested prop to public This is to resolve a merge conflict due to property configuration. Bug: 256639156 Test: compile with ag/20329329 Change-Id: I6dacdb5f7342b84f880af84a477532205a7e3b9f Signed-off-by: George Lee --- battery_mitigation/sepolicy/property.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery_mitigation/sepolicy/property.te b/battery_mitigation/sepolicy/property.te index 1e70d47..2003e18 100644 --- a/battery_mitigation/sepolicy/property.te +++ b/battery_mitigation/sepolicy/property.te @@ -1,3 +1,3 @@ # Battery Mitigation vendor_internal_prop(vendor_mitigation_ready_prop) -vendor_internal_prop(vendor_startup_bugreport_requested_prop) +vendor_public_prop(vendor_startup_bugreport_requested_prop)