aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:27 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:27 +0000
commit378e3ae5f61006ff8e04a38b7b7e8faef0119d3b (patch)
tree3d9b79b59f94c5d2703631816fa1b798c33c9464
parent70061dcc79a8b9376f28b576fd563a6c13aceac2 (diff)
downloadprotobuf-codegen-378e3ae5f61006ff8e04a38b7b7e8faef0119d3b.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: I103ac2581607d1174b8066a8ce24a8ee5e7d0be5
-rw-r--r--2.27.1/cargo2android.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/2.27.1/cargo2android.json b/2.27.1/cargo2android.json
index 341300b..de731c4 100644
--- a/2.27.1/cargo2android.json
+++ b/2.27.1/cargo2android.json
@@ -1,4 +1,9 @@
{
"run": true,
- "tests": true
-} \ No newline at end of file
+ "tests": true,
+ "name-suffix": "_deprecated",
+ "dep-suffixes": {
+ "protobuf": "_deprecated",
+ "protobuf_codegen": "_deprecated"
+ }
+}