aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-30 20:46:41 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-10-30 20:46:41 +0000
commita8a2e4c33ad486ed0df0951c465f064f149172db (patch)
treeaab0ec92d059e3477c7ce91181a6c316ebb01509
parent8f2f22fa506cd87166a6b20290111043145fbea9 (diff)
parent513bcac652fde515251e7e0e0f3d2d1a4134b5d6 (diff)
downloadbindgen-cli-a8a2e4c33ad486ed0df0951c465f064f149172db.tar.gz
Snap for 11024862 from 513bcac652fde515251e7e0e0f3d2d1a4134b5d6 to simpleperf-release
Change-Id: I8019108eb1dd9a3a29327715d6adf4ba3ca051ad
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json5
-rw-r--r--cargo_embargo.json10
3 files changed, 11 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index fc0e8c3..ecf1a84 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 7679bd5..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "add-toplevel-block": "cargo2android-extra-module.bp",
- "host-first-multilib": true,
- "run": true
-}
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..3b6f159
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,10 @@
+{
+ "package": {
+ "bindgen-cli": {
+ "device_supported": false,
+ "host_first_multilib": true,
+ "add_toplevel_block": "cargo2android-extra-module.bp"
+ }
+ },
+ "run_cargo": false
+}