aboutsummaryrefslogtreecommitdiff
path: root/context/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'context/Android.bp')
-rw-r--r--context/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/context/Android.bp b/context/Android.bp
index d7a89b819..410ce78c4 100644
--- a/context/Android.bp
+++ b/context/Android.bp
@@ -14,7 +14,7 @@
//
//
-java_library_static {
+java_library {
name: "grpc-java-context",
host_supported: true,
srcs: [
@@ -25,4 +25,5 @@ java_library_static {
"guava",
"jsr305",
],
+ sdk_version: "current",
}