aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:05 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:05 -0800
commit628255d06aab0b37e9f66d7ad12fc7b67e68c407 (patch)
tree8f35d3645086169c660d74ad03160565694afc51
parent06b31b1da2d7a2a62c22c890e17fe6b53c11b4b5 (diff)
downloaditertools-628255d06aab0b37e9f66d7ad12fc7b67e68c407.tar.gz
Make itertools available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I3fb9305dacdeb0fafb7aafc90ff9c8bc0405ecb0
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4f5f17c..0d022a8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -57,4 +57,6 @@ rust_library {
"//apex_available:platform",
"//apex_available:anyapex",
],
+ product_available: true,
+ vendor_available: true,
}