aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoopa Sattiraju <sattiraju@google.com>2022-02-01 15:20:45 -0800
committerRoopa Sattiraju <sattiraju@google.com>2022-02-01 15:20:45 -0800
commit2ca8ec0dff3655e9b0f18e64a6d8da7ddb969e6b (patch)
treeb749e7580e3ff85d3ad939c9e9e41ce7b609ddc7
parentfd84518fae5b95c8fedd7163951a7b25f4f3c3fc (diff)
downloadgrpc-grpc-android-s-qpr3-beta-1.tar.gz
statically linked. Bug: 206121418 Test: Compile Change-Id: I32dfc24978ea64c20db60d841aea9e0ccaacedb0
-rw-r--r--Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index bd547c9568..5f160560dc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,6 +52,9 @@ cc_defaults {
"//apex_available:platform",
"com.android.bluetooth",
],
+ shared_libs: [
+ "libz",
+ ],
stl: "libc++",
min_sdk_version: "30"
}
@@ -963,7 +966,6 @@ cc_library_static {
],
whole_static_libs: [
"libgrpc_trace",
- "libz",
],
shared_libs: [
"liblog",