aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:18:31 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-10 05:18:31 +0000
commit7e08756416032b70da9cf132983613736e81ad00 (patch)
tree023c788eae6ec1f60fdb71724076c317f014ae60
parenta725732c42668232c29663a23fca32020ba934da (diff)
parente2468322008fcbf5aa885a4328e981e5a438b399 (diff)
downloadx509-parser-android14-d1-s2-release.tar.gz
Change-Id: I04411fabc533c31798c791e32b907e60cd59473e
-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,
}