summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-03-06 09:29:47 -0800
committerXin Li <delphij@google.com>2024-03-06 09:29:47 -0800
commitafa92d709fe6bab60b2cdeee86d561534013dfc4 (patch)
tree4cf5bc8667b64bd13464f21e2bf165863e699153
parenta1c82b7c3d0c63d1ebc8549e2f61bbc19a6855f5 (diff)
parent0537a2dcf2b8ac3f85a8e48a9ecded27706f91af (diff)
downloadbramble-afa92d709fe6bab60b2cdeee86d561534013dfc4.tar.gz
Merge Android 14 QPR2 to AOSP main
Bug: 319669529 Merged-In: I89349319591666485ff4b4c53cc1c2831c85a59d Change-Id: I8e72473a58b7dc1321f1b86f7d2d280fe76dbee9
-rw-r--r--usb/usb/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp
index 1c5d151..df850ee 100644
--- a/usb/usb/Android.bp
+++ b/usb/usb/Android.bp
@@ -38,7 +38,7 @@ cc_binary {
"android.hardware.usb.gadget@1.0",
"android.hardware.usb-V1-ndk",
"libcutils",
- "android.frameworks.stats-V1-ndk",
+ "android.frameworks.stats-V2-ndk",
"pixelatoms-cpp",
"libbinder_ndk",
@@ -48,7 +48,7 @@ cc_binary {
"libpixelstats",
],
export_shared_lib_headers: [
- "android.frameworks.stats-V1-ndk",
+ "android.frameworks.stats-V2-ndk",
"pixelatoms-cpp",
],
}