Update USB HAL clients to use Thermal stable AIDL

Bug: b/264594715
Test: boot test
Change-Id: I2ff6095e8ea6f0c5cc48b303585b65acc8a14f53
This commit is contained in:
Xiang Wang 2023-01-19 10:50:51 -08:00
parent 1373ac3961
commit 5f6267c0b0

View file

@ -45,6 +45,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-V1-ndk", "android.hardware.usb-V1-ndk",
"android.hardware.usb.gadget-V1-ndk", "android.hardware.usb.gadget-V1-ndk",
@ -52,11 +53,11 @@ cc_binary {
"android.frameworks.stats-V1-ndk", "android.frameworks.stats-V1-ndk",
"pixelatoms-cpp", "pixelatoms-cpp",
"libbinder_ndk", "libbinder_ndk",
], ],
static_libs: [ static_libs: [
"libpixelusb-aidl", "libpixelusb-aidl",
"libpixelstats", "libpixelstats",
"libpixelthermalwrapper",
], ],
export_shared_lib_headers: [ export_shared_lib_headers: [
"android.frameworks.stats-V1-ndk", "android.frameworks.stats-V1-ndk",