aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-10 00:11:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-10 00:11:12 +0000
commit1beed53b03be23bf25042ba537e079adc5676442 (patch)
tree63636b1121e171789dbab5226a6867fa3283af49
parent753c219bfa0eb74635ed3d6af16b4bd4c45b9254 (diff)
parent6401b4a593ec1c8182ab00fc9f0ce7a2d15f8cc2 (diff)
downloadfastrand-android14-qpr2-release.tar.gz
Change-Id: Ieac99e968cb213346f749da1c027fe3bd3fb332a
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json9
-rw-r--r--cargo_embargo.json7
3 files changed, 8 insertions, 10 deletions
diff --git a/Android.bp b/Android.bp
index 354d73e..6c3c500 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 5c18d15..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "apex-available": [
- "//apex_available:platform",
- "com.android.virt"
- ],
- "dependencies": true,
- "device": true,
- "run": true
-}
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..fbb9fcd
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,7 @@
+{
+ "apex_available": [
+ "//apex_available:platform",
+ "com.android.virt"
+ ],
+ "run_cargo": false
+}