usb: upgrade stats AIDL to v2

Upgrade stats AIDL to v2 following pixelstats lib.

Bug: 297224564
Test: Build
Change-Id: Ib40d1366402f06feeb853f3d6141f1595a1113ce
This commit is contained in:
Roy Luo 2023-09-20 23:36:56 +00:00
parent 6116a993a4
commit 99c4d0f276

View file

@ -50,7 +50,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",
],
}