Update USB HAL clients to use Thermal stable AIDL

Bug: b/264594715
Test: boot test
Change-Id: I0d633a83224d928c888e53e54b375fcd5c3d4010
This commit is contained in:
Xiang Wang 2023-01-19 10:50:51 -08:00
parent 1f747d3b75
commit db54aa1217

View file

@ -42,6 +42,7 @@ cc_binary {
"libhardware", "libhardware",
"android.hardware.thermal@1.0", "android.hardware.thermal@1.0",
"android.hardware.thermal@2.0", "android.hardware.thermal@2.0",
"android.hardware.thermal-V1-ndk",
"android.hardware.usb.gadget@1.0", "android.hardware.usb.gadget@1.0",
"android.hardware.usb-V2-ndk", "android.hardware.usb-V2-ndk",
"libcutils", "libcutils",
@ -53,6 +54,7 @@ cc_binary {
static_libs: [ static_libs: [
"libpixelusb", "libpixelusb",
"libpixelstats", "libpixelstats",
"libpixelthermalwrapper",
], ],
export_shared_lib_headers: [ export_shared_lib_headers: [
"android.frameworks.stats-V1-ndk", "android.frameworks.stats-V1-ndk",