aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-24 01:14:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-24 01:14:01 +0000
commit90eaf717ee5c8513c10b4800afe9eae997764235 (patch)
treee2caa76fc3ab50f40bd6d716b7789daaa7cb7ebf
parentd3fd7bceb89924eb58099f81cec8ff4d3ad7daad (diff)
parent11e8e7d5ff44e87fd8d9501bc129b2a01dd81b9d (diff)
downloadbencher-android14-qpr2-s3-release.tar.gz
Change-Id: Ib5f91c103e72e972a77adb193db1586fcfadb279
-rw-r--r--Android.bp4
-rw-r--r--cargo2android.json5
-rw-r--r--cargo_embargo.json4
3 files changed, 5 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index cc833f7..e50cb52 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
-// This file is generated by cargo2android.py --config cargo2android.json.
+// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.
package {
@@ -39,7 +39,6 @@ license {
rust_test {
name: "bencher_test_lib",
- // has rustc warnings
host_supported: true,
crate_name: "bencher",
cargo_env_compat: true,
@@ -55,7 +54,6 @@ rust_test {
rust_library {
name: "libbencher",
- // has rustc warnings
host_supported: true,
crate_name: "bencher",
cargo_env_compat: true,
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index d36fb44..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "device": true,
- "run": true,
- "tests": true
-} \ No newline at end of file
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..246281d
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,4 @@
+{
+ "tests": true,
+ "run_cargo": false
+}