From dc76c15ca4735da5e0c0ec4f38c0d45c7d807627 Mon Sep 17 00:00:00 2001 From: Xiang Wang Date: Wed, 15 Feb 2023 15:26:32 -0800 Subject: [PATCH] Move thermal utils to hardware/interfaces Bug: b/269370789 Test: m Change-Id: I49b3b4ebabf124093851ad768ff106e9bdf30873 --- usb/usb/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp index b316f355..1530db58 100644 --- a/usb/usb/Android.bp +++ b/usb/usb/Android.bp @@ -54,7 +54,7 @@ cc_binary { static_libs: [ "libpixelusb", "libpixelstats", - "libpixelthermalwrapper", + "libthermalutils", ], export_shared_lib_headers: [ "android.frameworks.stats-V1-ndk",