From e2a6eb58b227fd38d66e467214822c2deb06b2d9 Mon Sep 17 00:00:00 2001 From: Xiang Wang Date: Wed, 15 Feb 2023 15:26:33 -0800 Subject: [PATCH] Move thermal utils to hardware/interfaces Bug: b/269370789 Test: m Change-Id: Id813adc99746b171693f983230f9193431f25693 --- 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 3e38396e..e252c327 100644 --- a/usb/usb/Android.bp +++ b/usb/usb/Android.bp @@ -56,7 +56,7 @@ cc_binary { static_libs: [ "libpixelusb", "libpixelstats", - "libpixelthermalwrapper", + "libthermalutils", ], export_shared_lib_headers: [ "android.frameworks.stats-V1-ndk",