diff --git a/conf/init.gs201.rc b/conf/init.gs201.rc index 29f753c8..f66ed070 100644 --- a/conf/init.gs201.rc +++ b/conf/init.gs201.rc @@ -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 diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp index f04eefd8..b9d6018d 100644 --- a/usb/usb/Android.bp +++ b/usb/usb/Android.bp @@ -57,7 +57,7 @@ cc_binary { static_libs: [ "libpixelusb-aidl", "libpixelstats", - "libpixelthermalwrapper", + "libthermalutils", ], export_shared_lib_headers: [ "android.frameworks.stats-V1-ndk",