aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-24 00:12:48 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-24 00:12:48 +0000
commitd4b3a441afe426ff9db0f97e54c72673f64b2262 (patch)
treef70cb742285d5820ba100639648c9c2505e4910e
parent3fc55c359b4713e92ef84de11a511d585ccfdcbb (diff)
parent8a201db4dfabe0440376da7922f5c6c368f58623 (diff)
downloadmio-android14-qpr2-s1-release.tar.gz
Change-Id: Ia4c38daf177760d6fd8a2b4e3fdd62ebfdb16fcd
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json9
-rw-r--r--cargo_embargo.json10
3 files changed, 11 insertions, 10 deletions
diff --git a/Android.bp b/Android.bp
index 9e9f09a..17434a8 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 f57bdc2..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "dependencies": true,
- "device": true,
- "features": "net,os-ext,os-poll",
- "min-sdk-version": "29",
- "run": true,
- "vendor-available": true,
- "tests": true
-}
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..203f7fc
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,10 @@
+{
+ "features": [
+ "net",
+ "os-ext",
+ "os-poll"
+ ],
+ "min_sdk_version": "29",
+ "run_cargo": false,
+ "tests": true
+}