Snap for 11400057 from 10d9340ef9241fddb8cd768ca99c45b908f52e1f to simpleperf-release

Change-Id: I984bdc52ed0cc476c6d397113d9cdf5f3eab5470
diff --git a/1.0.107/Android.bp b/1.0.107/Android.bp
index 17bdb62..12a3844 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 @@
         "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 cd8572d..0000000
--- 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 0000000..9491661
--- /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
+    }
+  }
+}