summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-17 00:13:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-17 00:13:53 +0000
commit50d9b7b4a36dbe480182cb14ab4a927d62595970 (patch)
tree7685554695a99635691bbfe8d59cbf8eaaa9a235
parentdd0915dccf53106ebf873ac8b2c28530691c4ecb (diff)
parent032c33ea7d8b6cf457a286272cac03dc505a70d3 (diff)
downloadshared_library-android14-qpr2-s1-release.tar.gz
Change-Id: I3efe688cd5b1c0635c1fac0aa3776f5ad4211239
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json10
-rw-r--r--cargo_embargo.json13
3 files changed, 14 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index f4bb7db..cca7e4f 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 6e68088..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "apex-available": [
- "//apex_available:platform",
- "com.android.virt"
- ],
- "device": true,
- "no-presubmit": 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..98cba6d
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,13 @@
+{
+ "apex_available": [
+ "//apex_available:platform",
+ "com.android.virt"
+ ],
+ "package": {
+ "shared_library": {
+ "no_presubmit": true
+ }
+ },
+ "run_cargo": false,
+ "tests": true
+}