aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:31 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:31 +0000
commit1f2ee1bc793b3d2b680757152e10f5f22f52e9d7 (patch)
tree94d4718f345a29d50ba051af85f1aa107377844e
parent035a68a559d23e0f60aa2c274a4b4c6f7247bc3b (diff)
downloadsyn-1f2ee1bc793b3d2b680757152e10f5f22f52e9d7.tar.gz
Cleanup cargo2android configs and patches
Use name-suffix and dep-suffixes (aosp/2751102) and remove patches no longer needed as a result. Other minor cleanups to eliminate diffs in Android.bp files Test: Ran cargo2android Change-Id: I9d2771bb7a591dc78a80eaa6efc7a546d0b2f823
-rw-r--r--1.0.107/cargo2android.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/1.0.107/cargo2android.json b/1.0.107/cargo2android.json
index 5f9ce448..cd8572d4 100644
--- a/1.0.107/cargo2android.json
+++ b/1.0.107/cargo2android.json
@@ -1,5 +1,6 @@
{
"features": "default,full,visit,visit-mut,extra-traits",
"host-first-multilib": true,
- "run": true
-} \ No newline at end of file
+ "run": true,
+ "name-suffix": "_deprecated"
+}