aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:03:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-21 22:03:03 +0000
commitfe31704b911f5a34f8d49338c0f34733c3299ee2 (patch)
tree3d9b79b59f94c5d2703631816fa1b798c33c9464
parenta7ef41873e7f4b3af1dab9c688856002fb4ed964 (diff)
parent890442a19853b9518eab0d57b8ded33c8506f78f (diff)
downloadprotobuf-codegen-fe31704b911f5a34f8d49338c0f34733c3299ee2.tar.gz
Snap for 10843824 from 890442a19853b9518eab0d57b8ded33c8506f78f to 24Q1-release
Change-Id: I7c60b9f80c5e2bb8050551a73810def024075561
-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"
+ }
+}