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
commitd9bac8d4426d6db025220b86c69d6e4024e95f97 (patch)
tree023c788eae6ec1f60fdb71724076c317f014ae60
parentc96c29a9fb664557f08c9dc789e844ddba3f034e (diff)
downloadx509-parser-d9bac8d4426d6db025220b86c69d6e4024e95f97.tar.gz
Make x509-parser available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I8f3e9d207652dbecf330e0bad3225f232f5db987
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f847a0a..ec10a2b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -39,6 +39,7 @@ license {
rust_library {
name: "libx509_parser",
+ // has rustc warnings
host_supported: true,
crate_name: "x509_parser",
cargo_env_compat: true,
@@ -60,4 +61,6 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}