aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-11-13 19:18:10 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-13 19:18:10 +0000
commitc29ea740fc961d4be94378107259cb156b52cfa0 (patch)
tree876d9e0ad0f50b70c3a26644b434b6e09e925097
parent87fa5fecc5bef5882a621b269f315c27e22e6b2c (diff)
parent1cb740dd401777ac101838c7a17975c22436395d (diff)
downloaducd-trie-c29ea740fc961d4be94378107259cb156b52cfa0.tar.gz
Migrate to cargo_embargo. am: 1cb740dd40
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/ucd-trie/+/2828134 Change-Id: I99c1ebc7d18248d17c1e92ef6bb32cf5301aa424 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--Android.bp2
-rw-r--r--cargo2android.json4
-rw-r--r--cargo_embargo.json9
3 files changed, 10 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index d3915c3..18eee80 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 bb77633..0000000
--- a/cargo2android.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "host-first-multilib": true,
- "run": true
-} \ No newline at end of file
diff --git a/cargo_embargo.json b/cargo_embargo.json
new file mode 100644
index 0000000..680a89d
--- /dev/null
+++ b/cargo_embargo.json
@@ -0,0 +1,9 @@
+{
+ "package": {
+ "ucd-trie": {
+ "device_supported": false,
+ "host_first_multilib": true
+ }
+ },
+ "run_cargo": false
+}