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 <geolee@google.com>
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)