summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:01 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:01 -0800
commitd7ba7b980312460ee2c469d74d45688de60e07ea (patch)
tree05d84a9d25f763ef15d700c10d313c9fe98b57f4
parented67a99ab6c02e92330ad93d69c9f91964cfe403 (diff)
downloadtinyvec_macros-d7ba7b980312460ee2c469d74d45688de60e07ea.tar.gz
Make tinyvec_macros available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I7f64ce925fb1fdd749960f56c54cfba31f8e18d8
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9f5b9e7..8d96aaf 100644
--- a/Android.bp
+++ b/Android.bp
@@ -45,5 +45,7 @@ rust_library {
"//apex_available:platform",
"com.android.resolv",
],
+ product_available: true,
+ vendor_available: true,
min_sdk_version: "29",
}