Update USB HAL clients to use Thermal stable AIDL

Bug: b/264594715
Test: boot test
Change-Id: I28bd0e7fab1812c7c5f02d2b0337648f23e7f6a1
This commit is contained in:
Xiang Wang 2023-01-19 10:50:52 -08:00
parent a88ab70189
commit 4964215149

View file

@ -44,8 +44,9 @@ 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.usb.gadget@1.0", "android.hardware.thermal-V1-ndk",
"android.hardware.usb-V1-ndk", "android.hardware.usb.gadget@1.0",
"android.hardware.usb-V1-ndk",
"libcutils", "libcutils",
"android.frameworks.stats-V1-ndk", "android.frameworks.stats-V1-ndk",
"pixelatoms-cpp", "pixelatoms-cpp",
@ -55,6 +56,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",