aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-06 00:16:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-06 00:16:59 +0000
commit889eea740b67274602d2496fa9127a2388b17c86 (patch)
treefb27e98088ed01aa9789407aed99e473d9f7230f
parent9879b0a0c2fc76c6795069ea3cbe3822441a1823 (diff)
parentcca409f8446930441a4f46e764ccdc60a1d89c71 (diff)
downloadsyn-android14-qpr2-release.tar.gz
Change-Id: I46d330569ce0b8ab5c60979100f360e369c632e8
-rw-r--r--1.0.107/Android.bp4
-rw-r--r--1.0.107/cargo2android.json6
-rw-r--r--1.0.107/cargo_embargo.json18
3 files changed, 19 insertions, 9 deletions
diff --git a/1.0.107/Android.bp b/1.0.107/Android.bp
index 17bdb62b..12a38444 100644
--- a/1.0.107/Android.bp
+++ b/1.0.107/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 {
@@ -64,6 +64,4 @@ rust_library_host {
"libunicode_ident",
],
compile_multilib: "first",
- product_available: true,
- vendor_available: true,
}
diff --git a/1.0.107/cargo2android.json b/1.0.107/cargo2android.json
deleted file mode 100644
index cd8572d4..00000000
--- a/1.0.107/cargo2android.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "features": "default,full,visit,visit-mut,extra-traits",
- "host-first-multilib": true,
- "run": true,
- "name-suffix": "_deprecated"
-}
diff --git a/1.0.107/cargo_embargo.json b/1.0.107/cargo_embargo.json
new file mode 100644
index 00000000..94916616
--- /dev/null
+++ b/1.0.107/cargo_embargo.json
@@ -0,0 +1,18 @@
+{
+ "features": [
+ "default",
+ "full",
+ "visit",
+ "visit-mut",
+ "extra-traits"
+ ],
+ "module_name_overrides": {
+ "libsyn": "libsyn_deprecated"
+ },
+ "package": {
+ "syn": {
+ "device_supported": false,
+ "host_first_multilib": true
+ }
+ }
+}