From 76deef7817e0fbfd025f6f0620551e1e481ac7b9 Mon Sep 17 00:00:00 2001 From: Julien Desprez Date: Fri, 19 Oct 2018 15:08:00 -0700 Subject: Add rules for grpc-java Test: make grpc-java Bug: None Change-Id: Ibf9d369637f8cd780c42936c11b4bd67541f1a93 --- Android.bp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Android.bp (limited to 'Android.bp') 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", + ] +} -- cgit v1.2.3