bcl: Remove unused brownout boot reason sepolicy

vendor_brownout_boot_reason was added under previous change.  It should
be added as part of follow on change to enable metric collection.

Bug: 246817058
Test: Confirm brownout_boot_reason non existent
Signed-off-by: George Lee <geolee@google.com>
Change-Id: I1fed12e851750314f53a0d6517a9eff92c44e247
This commit is contained in:
George Lee 2022-10-13 12:52:20 -07:00
parent b72e47e1b0
commit 083ba62902
3 changed files with 0 additions and 3 deletions

View file

@ -39,5 +39,4 @@ vendor_internal_prop(vendor_telephony_app_prop)
# Battery Mitigation
vendor_internal_prop(vendor_mitigation_ready_prop)
vendor_internal_prop(vendor_brownout_boot_reason_prop)
vendor_internal_prop(vendor_startup_bugreport_requested_prop)

View file

@ -109,5 +109,4 @@ vendor.config.debug. u:object_r:vendor_telephony_app_prop:
# Battery Mitigation
vendor.brownout.mitigation.ready u:object_r:vendor_mitigation_ready_prop:s0
vendor.brownout_boot_reason u:object_r:vendor_brownout_boot_reason_prop:s0
vendor.startup_bugreport_requested u:object_r:vendor_startup_bugreport_requested_prop:s0

View file

@ -37,5 +37,4 @@ set_prop(vendor_init, vendor_battery_defender_prop)
set_prop(vendor_init, vendor_display_prop)
# Battery Mitigation
set_prop(vendor_init, vendor_brownout_boot_reason_prop)
set_prop(vendor_init, vendor_startup_bugreport_requested_prop)