summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorXiang Wang <xwxw@google.com>2023-01-19 10:50:51 -0800
committerXiang Wang <xwxw@google.com>2023-02-14 22:24:23 +0000
commit5f6267c0b031c57fa95b3a76ff33bc9421e2e90b (patch)
tree93428d14e637dd5ac9ec45316f6b3962b658d6ce /usb
parent1373ac3961301ae46f96691b28a0f697abd183e7 (diff)
downloadgs201-5f6267c0b031c57fa95b3a76ff33bc9421e2e90b.tar.gz
Update USB HAL clients to use Thermal stable AIDL
Bug: b/264594715 Test: boot test Change-Id: I2ff6095e8ea6f0c5cc48b303585b65acc8a14f53
Diffstat (limited to 'usb')
-rw-r--r--usb/usb/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp
index 3421a96..07e66ea 100644
--- a/usb/usb/Android.bp
+++ b/usb/usb/Android.bp
@@ -45,6 +45,7 @@ cc_binary {
"libhardware",
"android.hardware.thermal@1.0",
"android.hardware.thermal@2.0",
+ "android.hardware.thermal-V1-ndk",
"android.hardware.usb.gadget@1.0",
"android.hardware.usb-V1-ndk",
"android.hardware.usb.gadget-V1-ndk",
@@ -52,11 +53,11 @@ cc_binary {
"android.frameworks.stats-V1-ndk",
"pixelatoms-cpp",
"libbinder_ndk",
-
],
static_libs: [
"libpixelusb-aidl",
"libpixelstats",
+ "libpixelthermalwrapper",
],
export_shared_lib_headers: [
"android.frameworks.stats-V1-ndk",