aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJulien Desprez <jdesprez@google.com>2018-10-19 15:08:00 -0700
committerJulien Desprez <jdesprez@google.com>2018-10-19 15:08:00 -0700
commit76deef7817e0fbfd025f6f0620551e1e481ac7b9 (patch)
treeba62f0640a07df4130ceeb89b37b44ea3113a95c /Android.bp
parent78b77df0ba9b9a4ed60b20d7eb4d7959e677ad5e (diff)
downloadgrpc-grpc-java-76deef7817e0fbfd025f6f0620551e1e481ac7b9.tar.gz
Add rules for grpc-java
Test: make grpc-java Bug: None Change-Id: Ibf9d369637f8cd780c42936c11b4bd67541f1a93
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp25
1 files changed, 25 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 000000000..15c5f325a
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,25 @@
+// Copyright (C) 2018 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+//
+//
+
+java_library_host {
+ name: "grpc-java",
+ static_libs: [
+ "grpc-java-core",
+ "grpc-java-context",
+ "grpc-java-stub",
+ "grpc-java-netty-shaded",
+ ]
+}