Merge "Update USB HAL clients to use Thermal stable AIDL"

This commit is contained in:
Xiang Wang 2023-02-14 22:24:31 +00:00 committed by Android (Google) Code Review
commit 38e184a6f0

View file

@ -44,8 +44,9 @@ cc_binary {
"libhardware",
"android.hardware.thermal@1.0",
"android.hardware.thermal@2.0",
"android.hardware.usb.gadget@1.0",
"android.hardware.usb-V1-ndk",
"android.hardware.thermal-V1-ndk",
"android.hardware.usb.gadget@1.0",
"android.hardware.usb-V1-ndk",
"libcutils",
"android.frameworks.stats-V1-ndk",
"pixelatoms-cpp",
@ -55,6 +56,7 @@ cc_binary {
static_libs: [
"libpixelusb",
"libpixelstats",
"libpixelthermalwrapper",
],
export_shared_lib_headers: [
"android.frameworks.stats-V1-ndk",