summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2018-02-22 04:03:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-02-22 04:03:11 +0000
commitdb5c8cb3f7e8530ef1cfc3bdfd375259f43bf1c6 (patch)
treed2fd5cf463613e31a405f60932e2cdea7e5d2ac0
parente00baef3865d8b7c66ccf4e8c76bd5564c5dc4e3 (diff)
parent289675f1d874d9c76aa6198815f0e0eef3099ade (diff)
downloaderror_prone-db5c8cb3f7e8530ef1cfc3bdfd375259f43bf1c6.tar.gz
Errorprone: Define annotations module am: 049b211c66 am: 62c61c32d2
am: 289675f1d8 Change-Id: I89462fa09ae70faf5c86f497cf781ad0fa6d25c7
-rw-r--r--Android.bp20
1 files changed, 20 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1e701df..c55d80f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1 +1,21 @@
+// Copyright (C) 2017 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_import {
+ name: "error_prone_annotations",
+ host_supported: true,
+ jars: ["error_prone/error_prone_annotations-2.2.0.jar"],
+}
+
subdirs = ["soong"]