usb: upgrade stats AIDL to v2

Upgrade stats AIDL to v2 following pixelstats lib.

Bug: 297224564
Test: Build
Change-Id: I3b68c8ed3ff7ff96c185c8f990b03acabb64e3ad
This commit is contained in:
Roy Luo 2023-09-20 23:36:17 +00:00
parent b54d8f91e3
commit bf5ca96192

View file

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