• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// Copyright (C) 2017 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7//      http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15java_import {
16    name: "error_prone_annotations",
17    host_supported: true,
18    jars: ["error_prone/error_prone_annotations-2.3.2.jar"],
19}
20
21java_import {
22    name: "error_prone_core",
23    host_supported: true,
24    jars: [
25        "checkerframework/dataflow-2.5.3.jar",
26        "checkerframework/javacutil-2.5.3.jar",
27        "error_prone/error_prone_core-2.3.2-with-dependencies.jar",
28        "error_prone/error_prone_annotations-2.3.2.jar",
29        "javac/javac-9+181-r4173-1.jar",
30        "jFormatString/jFormatString-3.0.0.jar",
31    ],
32}
33
34java_import {
35    name:  "error_prone_test_helpers",
36    host_supported: true,
37    jars: ["error_prone/error_prone_test_helpers-2.3.2.jar"],
38}
39
40subdirs = ["soong"]
41