aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:41 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:41 -0800
commita8c0e95b98927154e1b474aa6de7791db37aca46 (patch)
tree8a04eb665900c049b4a8a95c8704627a69bf85ad
parentce1c4a55ac300778a3da5b382d4e707d3a8f1c92 (diff)
downloadcrossbeam-utils-a8c0e95b98927154e1b474aa6de7791db37aca46.tar.gz
Make crossbeam-utils available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Id5e810f0d53933214417a74cd33d47b004a06ecc
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 43b9d5a..b7edfc4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -162,4 +162,6 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}