blob: 2044188238902202f2c6adb1d59b7e0126c2c76a [file] [log] [blame]
# This file has been automatically generated, please do not modify directly.
load("//tools/base/bazel:bazel.bzl", "kotlin_library", "groovy_library", "kotlin_groovy_library", "fileset")
java_library(
name = "android-annotations",
srcs = glob([
"src/main/java/**/*.java",
]),
resource_strip_prefix = "tools/base/annotations/android-annotations.resources",
resources = [
"//tools/base/annotations:android-annotations.res",
],
deps = [
"@local_jdk//:langtools-neverlink",
],
javacopts = ["-extra_checks:off"],
visibility = ["//visibility:public"],
)
fileset(
name = "android-annotations.res",
srcs = glob([
"src/main/java/**/*",
],
exclude = [
"**/* *",
"**/*.java",
"**/*.kt",
"**/*.groovy",
"**/*$*",
"**/.DS_Store",
]),
mappings = {
"src/main/java": "android-annotations.resources",
},
deps = [
"@local_jdk//:langtools-neverlink",
],
)