aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:13 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:13 -0800
commit2370f4bcec2488d3e59f1823cbe5ec761eccab53 (patch)
treef6c30712b65745604d010a677554498219f3b94b
parent7199cc3c2b26f5e8e1d3f632135b2252be9739be (diff)
downloadxml-rs-2370f4bcec2488d3e59f1823cbe5ec761eccab53.tar.gz
Make xml-rs available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I75ae1b490b35367bee35ad05ee0b3184d406ce63
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 35dfd9f..38ba911 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,6 +32,8 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}
rust_defaults {
@@ -94,4 +96,6 @@ rust_binary {
rustlibs: [
"libxml_rust",
],
+ product_available: true,
+ vendor_available: true,
}