summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAyush Jain <ayushjain@google.com>2023-10-18 02:55:21 +0000
committerAyush Jain <ayushjain@google.com>2023-11-16 17:22:55 +0000
commit4f7d985f6b762df13c1f0b0921c6770b57797499 (patch)
tree3cfe7be1d4972722062d46b1d2c886319c614cb0
parent68a3dea0c4193223a0349cb5de1461eae3c7566e (diff)
downloaduwb-4f7d985f6b762df13c1f0b0921c6770b57797499.tar.gz
Use new Android flag in UWB rust code.
This CL is to test using the new Android trunk-stable flag infra in our UWB rust code. We want to make a change for b/301834443 (related to parsing UWBS capabilities), protected under this flag. Bug: 301834443 Test: atest libuwb_uci_jni_rust_tests libuwb_core_tests libuwb_uci_packet_tests Change-Id: I7b64541ab32f1bf311241ce816a205410af69179
-rwxr-xr-xsrc/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Android.bp b/src/Android.bp
index 500bbd1..59cda83 100755
--- a/src/Android.bp
+++ b/src/Android.bp
@@ -93,6 +93,7 @@ rust_defaults {
"libtokio",
"libuwb_uci_packets",
"libzeroize",
+ "libuwb_aconfig_flags_rust",
],
proc_macros: [
"libasync_trait",