aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-09 14:22:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-03-09 14:22:18 +0000
commita7cd40ecf09a4ed749f827e2d1b56bc1abb3b31d (patch)
tree4de54b42fb04c5b0823e9bd18687a5ff227de230
parentdd0849b1a0cf2aa0288864ad7c32e477c3ad7765 (diff)
parenta8c0e95b98927154e1b474aa6de7791db37aca46 (diff)
downloadcrossbeam-utils-a7cd40ecf09a4ed749f827e2d1b56bc1abb3b31d.tar.gz
Merge "Make crossbeam-utils available to product and vendor"
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5b4b500..8b5ecf9 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,
}