aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Shaffer <karlshaffer@google.com>2020-10-28 16:51:11 -0400
committerKarl Shaffer <karlshaffer@google.com>2020-10-29 17:49:22 -0400
commit30a843d392f6f6d5e2b599ffb03c5450b9b7372f (patch)
tree1e16d0e17aad864515bb1353fac090aa6c035343
parenteb047d0bc577dd02bba95b4fa5006ace5910e99a (diff)
downloadgrpc-grpc-java-30a843d392f6f6d5e2b599ffb03c5450b9b7372f.tar.gz
Updates the grpc-java-okhttp target to make use of a non-repackaged OkHttp target:
- Updates the grpc-java-okhttp target to use the okhttp-norepackage target which allows for building both Android and Host libraries with this target. Test: m grpc-java-okhttp Bug: 168812332 Change-Id: I7a45ab84d919a7e9677f46a9c9d65d0838c4c95e
-rw-r--r--okhttp/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/okhttp/Android.bp b/okhttp/Android.bp
index 8193d9bc4..dd0906d6e 100644
--- a/okhttp/Android.bp
+++ b/okhttp/Android.bp
@@ -29,6 +29,6 @@ java_library_host {
"guava",
],
static_libs: [
- "okhttp",
+ "okhttp-norepackage",
],
}