mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user