aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:25 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:25 +0000
commit17342c31c8555a3b42d23487e12ac103e21b334f (patch)
tree3acbd23b39d115c06ce860bb0caa19b801291245
parent7341fcb74547dbbda375b990fc31e87eb4067e87 (diff)
downloadprotobuf-17342c31c8555a3b42d23487e12ac103e21b334f.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: Ic192434a116c8af23adffed4f0f3e4c9e25fbc22
-rw-r--r--2.27.1/cargo2android.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/2.27.1/cargo2android.json b/2.27.1/cargo2android.json
index cafe7cd..17fe98a 100644
--- a/2.27.1/cargo2android.json
+++ b/2.27.1/cargo2android.json
@@ -20,5 +20,6 @@
}
],
"min-sdk-version": "29",
- "run": true
-} \ No newline at end of file
+ "run": true,
+ "name-suffix": "_deprecated"
+}