aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-10 16:20:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-10 16:20:27 +0000
commit1f8750d0cc0e0679e87f7e81ca3c7af70175b706 (patch)
tree023c788eae6ec1f60fdb71724076c317f014ae60
parent557f2cbf07785ee7f7c2c3220909f9b884143916 (diff)
parent58deb578452ee121e159cc8bc4b2ade814a4e2e8 (diff)
downloadx509-parser-aml_tz5_341510010.tar.gz
Snap for 10103804 from 58deb578452ee121e159cc8bc4b2ade814a4e2e8 to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: I48e11d1837db8ddfe7c0e796c287fe1ccc8cc69d
-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,
}