blob: bd43afd69f747bc26f2b0b147604f3292c8d99e6 [file] [log] [blame]
// Copyright (C) 2022 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.
package {
default_applicable_licenses: ["external_error_prone_checkerframework_license"],
}
license {
name: "external_error_prone_checkerframework_license",
package_name: "Google Error Prone checkerframework",
license_kinds: [
"SPDX-license-identifier-Apache-2.0",
"SPDX-license-identifier-GPL-2.0-with-classpath-exception",
"SPDX-license-identifier-MIT",
],
license_text: ["LICENSE"],
}
java_import {
name: "error_prone_checkerframework_dataflow_errorprone",
host_supported: true,
jars: ["dataflow-errorprone-3.21.2.jar"],
}
// This is effectively dataflow-nullaway library
java_library_host {
name: "error_prone_checkerframework_dataflow_nullaway",
visibility: ["//external/nullaway"],
jarjar_rules: "nullaway-jarjar-rules.txt",
static_libs: ["error_prone_checkerframework_dataflow_errorprone"],
}