aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ }
+}