From 5aa4f0519f87bfb2a98f1cd655d3d16449d799fb Mon Sep 17 00:00:00 2001 From: Roy Luo Date: Wed, 20 Sep 2023 23:33:14 +0000 Subject: [PATCH] usb: upgrade stats AIDL to v2 Upgrade stats AIDL to v2 following pixelstats lib. Bug: 297224564 Test: Build Change-Id: Ia9837a8ea568c788a1a6044ff37c05172c019c2d --- usb/usb/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp index b1e0a9ea..a8842385 100644 --- a/usb/usb/Android.bp +++ b/usb/usb/Android.bp @@ -49,7 +49,7 @@ cc_binary { "android.hardware.usb-V2-ndk", "android.hardware.usb.gadget-V1-ndk", "libcutils", - "android.frameworks.stats-V1-ndk", + "android.frameworks.stats-V2-ndk", "pixelatoms-cpp", "libbinder_ndk", @@ -60,7 +60,7 @@ cc_binary { "libthermalutils", ], export_shared_lib_headers: [ - "android.frameworks.stats-V1-ndk", + "android.frameworks.stats-V2-ndk", "pixelatoms-cpp", ], }