aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-09 00:11:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-09 00:11:43 +0000
commite297f3e28745c81dc2a7ea34edd056ea8fca79f5 (patch)
tree97bf39561f8ae2b48d305a6632770402e598c3a0
parentc6d2dbb97490efd1e54f6c1d2874f13dd15838f8 (diff)
parentca185da7da55e0099751db825026158887f60e74 (diff)
downloadfutures-test-android14-qpr2-s2-release.tar.gz
Change-Id: I59f57b5aa2d5ae6531d88f47b5ef61557182e4b8
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json7
-rw-r--r--cargo_embargo.json4
3 files changed, 5 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index e4bf421..994a5b8 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 {
diff --git a/cargo2android.json b/cargo2android.json
deleted file mode 100644
index 84d8f2d..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "dependencies": true,
- "device": true,
- "run": true,
- "tests": true,
- "orig-cargo-toml": true
-}
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
+}