aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-15 00:13:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-15 00:13:49 +0000
commite0051d427d6d487aa4bc925994ed3f9b520fc9df (patch)
tree667f6b9506de920304c9ff0dd6fc073fcb925e61
parent6b0baaa8a280e62abd12ad2bf6554b90b89bc74d (diff)
parenteaa643c9a99b6f3e6be0f6c47cef5b421c7a5c73 (diff)
downloadscopeguard-android14-qpr2-s3-release.tar.gz
Change-Id: Idb5b1d496d09b0e3246eff5ce7f4f31f33e31bad
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json8
-rw-r--r--cargo_embargo.json5
3 files changed, 6 insertions, 9 deletions
diff --git a/Android.bp b/Android.bp
index a785207..3d212ac 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 0bf05f4..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "dependencies": true,
- "device": true,
- "min-sdk-version": "29",
- "run": true,
- "tests": true,
- "vendor-available": true
-}
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..16616e0
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,5 @@
+{
+ "min_sdk_version": "29",
+ "run_cargo": false,
+ "tests": true
+}