aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:19 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:19 -0800
commit718a412a62eb42871b6dad1a27bc20559399e116 (patch)
treedc2692d0085b040a1674a3092cf72cedba7404ed
parente49996a989f973a771ef58cb890ac2e88b08aacb (diff)
downloadarbitrary-718a412a62eb42871b6dad1a27bc20559399e116.tar.gz
Make arbitrary available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Iab9be7f48e3adab4ac4d0cf291f4b20b624abeb0
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1f25636..e82a8cd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -96,5 +96,7 @@ rust_library_rlib {
apex_available: [
"com.android.uwb",
],
+ product_available: true,
+ vendor_available: true,
min_sdk_version: "Tiramisu",
}