summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2024-01-17 22:12:28 -0800
committerXin Li <delphij@google.com>2024-01-17 22:12:28 -0800
commit0537a2dcf2b8ac3f85a8e48a9ecded27706f91af (patch)
tree4cf5bc8667b64bd13464f21e2bf165863e699153
parent42dbcfa203881eed5851cb2dbd51dab82463016b (diff)
parent5a160c5091aa00ce8aec07329c6c6270aff07b37 (diff)
downloadbramble-0537a2dcf2b8ac3f85a8e48a9ecded27706f91af.tar.gz
Merge Android 24Q1 Release (ab/11220357)temp_319669529
Bug: 319669529 Merged-In: Idfacfa312a7c19a5472301cc0cae4b2276ce28df Change-Id: I89349319591666485ff4b4c53cc1c2831c85a59d
-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",
],
}