aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-12-13 13:09:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-12-13 13:09:51 +0000
commite992ceba9ce375f0e0d925d5c872fe8ebda4e4ce (patch)
treec10071f21609dbab1ea57735cf3f4a51e6595bf0
parent3cd9d0cc2714449b23e0e3f62a17f4a0eb3299a8 (diff)
parent32f8d5ddc4df5d8eab2c84aa9d22945f3f55eef2 (diff)
downloadbindgen-e992ceba9ce375f0e0d925d5c872fe8ebda4e4ce.tar.gz
Merge "Migrate to cargo_embargo." into mainemu-34-3-release
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json6
-rw-r--r--cargo_embargo.json15
3 files changed, 16 insertions, 7 deletions
diff --git a/Android.bp b/Android.bp
index 5f11192..7f39cbb 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 ea1fdc2..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "copy-out": true,
- "features": "__cli,experimental,runtime,which-rustfmt",
- "host-first-multilib": true,
- "run": true
-}
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..3ffb84d
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,15 @@
+{
+ "features": [
+ "__cli",
+ "experimental",
+ "runtime",
+ "which-rustfmt"
+ ],
+ "package": {
+ "bindgen": {
+ "copy_out": true,
+ "device_supported": false,
+ "host_first_multilib": true
+ }
+ }
+}