Skip to content
Snippets Groups Projects
Commit fff4d7e2 authored by Scott Lobdell's avatar Scott Lobdell
Browse files

Merge UP1A.220610.001

Change-Id: I102e51f299451708eb225f388ca0645f71f70514
parents 5d7fd31b 360ac533
No related branches found
No related tags found
No related merge requests found
// This file is generated by cargo2android.py --config cargo2android.json. // This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade. // Do not modify this file as changes will be overridden on upgrade.
package { package {
default_applicable_licenses: ["external_rust_crates_ciborium-io_license"], default_applicable_licenses: ["external_rust_crates_ciborium-io_license"],
} }
...@@ -32,4 +30,5 @@ rust_library { ...@@ -32,4 +30,5 @@ rust_library {
"alloc", "alloc",
"std", "std",
], ],
vendor_available: true,
} }
// Generated by update_crate_tests.py for tests that depend on this crate. // Generated by update_crate_tests.py for tests that depend on this crate.
{ {
"postsubmit": [
{
"name": "libcert_request_validator_tests"
}
],
"presubmit": [ "presubmit": [
{ {
"name": "libcert_request_validator_tests" "name": "libcert_request_validator_tests"
......
...@@ -2,5 +2,6 @@ ...@@ -2,5 +2,6 @@
"device": true, "device": true,
"features": "alloc,std,", "features": "alloc,std,",
"run": true, "run": true,
"dependencies": true "dependencies": true,
"vendor-available": true
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment