usb: upgrade stats AIDL to v2

Upgrade stats AIDL to v2 following pixelstats lib.

Bug: 297224564
Test: Build
Change-Id: I3ff3a761467651a6550ec0c07419844189216a2e
This commit is contained in:
Roy Luo 2023-09-20 23:37:33 +00:00
parent 5df881c8c5
commit 7d8e108a00

View file

@ -49,7 +49,7 @@ cc_binary {
"android.hardware.usb-V2-ndk", "android.hardware.usb-V2-ndk",
"android.hardware.usb.gadget-V1-ndk", "android.hardware.usb.gadget-V1-ndk",
"libcutils", "libcutils",
"android.frameworks.stats-V1-ndk", "android.frameworks.stats-V2-ndk",
"pixelatoms-cpp", "pixelatoms-cpp",
"libbinder_ndk", "libbinder_ndk",
@ -60,7 +60,7 @@ cc_binary {
"libthermalutils", "libthermalutils",
], ],
export_shared_lib_headers: [ export_shared_lib_headers: [
"android.frameworks.stats-V1-ndk", "android.frameworks.stats-V2-ndk",
"pixelatoms-cpp", "pixelatoms-cpp",
], ],
} }