Snap for 9649615 from 59332ea7e9 to udc-release

Change-Id: I13b1d3a1c93742c17236dfe77824a4756e0ebb33
This commit is contained in:
Android Build Coastguard Worker 2023-02-24 04:02:21 +00:00
commit c408c568ad
2 changed files with 4 additions and 1 deletions

View file

@ -311,6 +311,9 @@ on init
chown system system /sys/devices/platform/google,charger/dd_state
chown system system /sys/devices/platform/google,charger/dd_settings
# Battery temperature filter
chown system system /sys/class/power_supply/battery/temp_filter_enable
# Power Stats HAL
chown system system /dev/bbd_pwrstat

View file

@ -57,7 +57,7 @@ cc_binary {
static_libs: [
"libpixelusb-aidl",
"libpixelstats",
"libpixelthermalwrapper",
"libthermalutils",
],
export_shared_lib_headers: [
"android.frameworks.stats-V1-ndk",