aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:07:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:07:12 +0000
commit54629627be65599bf3f447127d690ee0ca4e30d1 (patch)
tree59208246e5b7735408dba2aeccc91c760520074b
parent3ecd884aa59f54921538441b71d9f55b48e9acd9 (diff)
parent13de129ed5af2d1652c6a4d3d2e7d5e37e84d394 (diff)
downloadsynstructure-aml_sta_341615000.tar.gz
Change-Id: Id93cba6f4672c6513bff898e8b8e864ae4d813cf
-rw-r--r--Android.bp8
-rw-r--r--TEST_MAPPING17
2 files changed, 19 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 63fb98c..b645598 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,8 +1,6 @@
// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
-
-
package {
default_applicable_licenses: ["external_rust_crates_synstructure_license"],
}
@@ -35,8 +33,6 @@ rust_library_host {
"libunicode_xid",
],
compile_multilib: "first",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
+ product_available: true,
+ vendor_available: true,
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..5f54cfa
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,17 @@
+// Generated by update_crate_tests.py for tests that depend on this crate.
+{
+ "imports": [
+ {
+ "path": "external/rust/crates/zeroize"
+ },
+ {
+ "path": "external/uwb/src"
+ },
+ {
+ "path": "system/keymint/derive"
+ },
+ {
+ "path": "system/keymint/hal"
+ }
+ ]
+}