summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:16 +0000
committerJames Farrell <jamesfarrell@google.com>2023-09-13 18:54:16 +0000
commitb9543638808b32d101b1d9478db9ed64a6a98835 (patch)
tree921e9722f3ea482f886ff39241208a1b1a63e9d7
parent2a5353bb5e93fee3b921f6fc334ebc15dd638182 (diff)
downloadgrpcio-compiler-b9543638808b32d101b1d9478db9ed64a6a98835.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: I3bcddc0533ee87b92d5738fc5b25019b9874b9b7
-rw-r--r--cargo2android.json6
-rw-r--r--patches/Android.bp.patch36
2 files changed, 4 insertions, 38 deletions
diff --git a/cargo2android.json b/cargo2android.json
index 595ea16..fe5cae7 100644
--- a/cargo2android.json
+++ b/cargo2android.json
@@ -1,6 +1,8 @@
{
- "patch": "patches/Android.bp.patch",
"dependencies": true,
"run": true,
- "tests": true
+ "tests": true,
+ "dep-suffixes": {
+ "protobuf": "_deprecated"
+ }
}
diff --git a/patches/Android.bp.patch b/patches/Android.bp.patch
deleted file mode 100644
index e0dbe5c..0000000
--- a/patches/Android.bp.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From ad56b17ba9a2ceb34a603a58899fe0469c46e2ed Mon Sep 17 00:00:00 2001
-From: Jeff Vander Stoep <jeffv@google.com>
-Date: Wed, 22 Mar 2023 15:35:13 +0100
-Subject: [PATCH] Use version 2.x of the protobuf crate
-
-Test: TH
-Bug: 270895633
-Change-Id: Ida6c42df913b57baadb0907f741627c3261a2f9c
----
- Android.bp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Android.bp b/Android.bp
-index fb52b72..36ef473 100644
---- a/Android.bp
-+++ b/Android.bp
-@@ -47,7 +47,7 @@ rust_binary_host {
- ],
- rustlibs: [
- "libgrpcio_compiler",
-- "libprotobuf",
-+ "libprotobuf_deprecated",
- ],
- }
-
-@@ -64,6 +64,6 @@ rust_library_host {
- "protobuf-codec",
- ],
- rustlibs: [
-- "libprotobuf",
-+ "libprotobuf_deprecated",
- ],
- }
---
-2.40.0.348.gf938b09366-goog
-