aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Walbran <qwandor@google.com>2023-12-19 17:19:16 +0000
committerAndrew Walbran <qwandor@google.com>2023-12-19 17:19:16 +0000
commit4b1f18c90fdcb436bb14634c1083512a62c1fa7b (patch)
tree6f18a15f0963a673db3255e6b6f6c18c9bdc9da8
parent57dca7a0bcc456968a4b1fb2f6506852a8798cd3 (diff)
downloadflatbuffers-4b1f18c90fdcb436bb14634c1083512a62c1fa7b.tar.gz
Migrate to cargo_embargo.emu-34-3-release
Bug: 293289578 Test: Ran cargo_embargo, compared Android.bp Change-Id: Ia1eb186671697104964b812314e471f9e3ff6333
-rw-r--r--rust/flatbuffers/Android.bp4
-rw-r--r--rust/flatbuffers/cargo_embargo.json3
2 files changed, 4 insertions, 3 deletions
diff --git a/rust/flatbuffers/Android.bp b/rust/flatbuffers/Android.bp
index e4c680d7..1f8a9804 100644
--- a/rust/flatbuffers/Android.bp
+++ b/rust/flatbuffers/Android.bp
@@ -1,8 +1,6 @@
-// This file is generated by cargo2android.py --run --device --tests.
+// This file is generated by cargo_embargo.
// Do not modify this file as changes will be overridden on upgrade.
-
-
rust_library {
name: "libflatbuffers",
host_supported: true,
diff --git a/rust/flatbuffers/cargo_embargo.json b/rust/flatbuffers/cargo_embargo.json
new file mode 100644
index 00000000..cb908d70
--- /dev/null
+++ b/rust/flatbuffers/cargo_embargo.json
@@ -0,0 +1,3 @@
+{
+ "run_cargo": false
+}