aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:06 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:06 +0000
commit4730850d24191fb7555f225cf402a4e0ac4e48d6 (patch)
treee1f7e5f4027bb7494517027519e3245c9fa3c96e
parent4cb5dac10a9ca8a0c9b78ea24f0f23e7972576e2 (diff)
downloadbitflags-4730850d24191fb7555f225cf402a4e0ac4e48d6.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: Idd1b7ff7d6dc6050d1580bedf93a4cd0c0646adf
-rw-r--r--1.3.2/cargo2android.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/1.3.2/cargo2android.json b/1.3.2/cargo2android.json
index 11b9740..37a404a 100644
--- a/1.3.2/cargo2android.json
+++ b/1.3.2/cargo2android.json
@@ -9,5 +9,9 @@
"tests/compile.rs"
],
"tests": true,
- "vendor-available": true
+ "vendor-available": true,
+ "name-suffix": "-1.3.2",
+ "dep-suffixes": {
+ "bitflags": "-1.3.2"
+ }
}