summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorXiang Wang <xwxw@google.com>2023-02-15 15:26:31 -0800
committerXiang Wang <xwxw@google.com>2023-02-23 04:29:33 +0000
commit59332ea7e94ff791686864ea6d517062ca28e86d (patch)
tree2c49d648927bd9cc095176e7887a4bf4250b0694 /usb
parent8e2f4d4b2d14b8d9054f3be103b2d3dc587d630d (diff)
downloadgs201-59332ea7e94ff791686864ea6d517062ca28e86d.tar.gz
Move thermal utils to hardware/interfaces
Bug: b/269370789 Test: m Change-Id: If7628b88a0b5a8d933dd0431eac2d3663649e834 Merged-In: If7628b88a0b5a8d933dd0431eac2d3663649e834
Diffstat (limited to 'usb')
-rw-r--r--usb/usb/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp
index f04eefd..b9d6018 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",