summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:51 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:51 -0800
commit910f649e07445671ed17ee0a304e00d7a1726175 (patch)
treeb033cf5d0f3bc0f47228840f87186b841be7e699
parent1e656c1438a718ac7822967d994346ffb005f4ce (diff)
downloadforeign-types-shared-910f649e07445671ed17ee0a304e00d7a1726175.tar.gz
Make foreign-types-shared available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I19741a82f1fbdd19dd9bdc8c851d47bbfcfc6244
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 9af7613..6465378 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,5 +52,6 @@ rust_library_rlib {
"com.android.compos",
"com.android.virt",
],
+ product_available: true,
vendor_available: true,
}