Skip to content
Snippets Groups Projects
Commit 54399d20 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 10453563 from 58deb578 to mainline-art-release

Change-Id: Ifd410c9b61444a550ac4d8c2d9ba48541bf3ba27
......@@ -39,6 +39,7 @@ license {
rust_library {
name: "libx509_parser",
// has rustc warnings
host_supported: true,
crate_name: "x509_parser",
cargo_env_compat: true,
......@@ -56,4 +57,10 @@ rust_library {
"librusticata_macros",
"libthiserror",
],
apex_available: [
"//apex_available:platform",
"com.android.virt",
],
product_available: true,
vendor_available: true,
}
// Generated by update_crate_tests.py for tests that depend on this crate.
{
"presubmit": [
{
"name": "libapkverify.integration_test"
},
{
"name": "libapkverify.test"
},
{
"name": "microdroid_manager_test"
}
],
"presubmit-rust": [
{
"name": "libapkverify.integration_test"
},
{
"name": "libapkverify.test"
},
{
"name": "microdroid_manager_test"
}
]
}
{
"apex-available": [
"//apex_available:platform",
"com.android.virt"
],
"dependency-blocklist": [
"data_encoding"
],
"device": true,
"run": true
}
\ No newline at end of file
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment