aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-06 18:47:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-01-06 18:47:42 +0000
commitaf5d1c395204bb8eb16fc7788ca109f47b548f80 (patch)
treea1f8d4d3bb32c82cbfc9afbe6fe7949ab517d67f
parentf53c37a0bc03768e2b453cee70c1629d89ee5f8c (diff)
parente433916950f4f1e4378e2583de51a649b797b536 (diff)
downloadbstr-af5d1c395204bb8eb16fc7788ca109f47b548f80.tar.gz
Snap for 8050040 from e433916950f4f1e4378e2583de51a649b797b536 to simpleperf-release
Change-Id: If8c7dd93c53d6f53247ef207deab28bb1ff414d9
-rw-r--r--Android.bp2
-rw-r--r--TEST_MAPPING13
-rw-r--r--cargo2android.json4
3 files changed, 10 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index f073254..7fb581b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --run --device.
+// This file is generated by cargo2android.py --config cargo2android.json.
// Do not modify this file as changes will be overridden on upgrade.
package {
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 05c6d70..3cbd48d 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,20 +1,17 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
+ "imports": [
{
- "name": "base64_device_test_tests_decode"
+ "path": "external/rust/crates/base64"
},
{
- "name": "base64_device_test_tests_encode"
+ "path": "external/rust/crates/tinytemplate"
},
{
- "name": "base64_device_test_tests_helpers"
+ "path": "external/rust/crates/tinyvec"
},
{
- "name": "unicode-xid_device_test_src_lib"
- },
- {
- "name": "unicode-xid_device_test_tests_exhaustive_tests"
+ "path": "external/rust/crates/unicode-xid"
}
]
}
diff --git a/cargo2android.json b/cargo2android.json
new file mode 100644
index 0000000..bf78496
--- /dev/null
+++ b/cargo2android.json
@@ -0,0 +1,4 @@
+{
+ "device": true,
+ "run": true
+} \ No newline at end of file