aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:06 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:06 -0800
commit3de30ced6bfcc7ff736f4a8015a65706f2c1d2c7 (patch)
tree809391e8ee075b4855dcba24e5b67cbfd029b84a
parentd862f72e46fdbbf294098fb82ee5a760a3af2dac (diff)
downloadjni-sys-3de30ced6bfcc7ff736f4a8015a65706f2c1d2c7.tar.gz
Make jni-sys available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Id4318f22633d754047716a45ae4c340d5d2ab003
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6e0d013..db6a826 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,5 +49,7 @@ rust_library {
"//apex_available:platform",
"com.android.uwb",
],
+ product_available: true,
+ vendor_available: true,
min_sdk_version: "29",
}