blob: 4bf367e35d473000437f9b0d0f7b8f1069ac9b59 [file] [log] [blame]
java_test(
name = "PackageParserTest",
size = "small",
srcs = ["PackageParserTest.java"],
deps = [
"//src/main/java/com/google/devtools/common/options",
"//src/main/protobuf:package_manifest_java_proto",
"//src/tools/android/java/com/google/devtools/build/android/ideinfo:package_parser_lib",
"//third_party:guava",
"//third_party:jsr305",
"//third_party:junit4",
"//third_party:truth",
"//third_party/protobuf",
],
)
java_test(
name = "ArtifactLocationConverterTest",
size = "small",
srcs = ["ArtifactLocationConverterTest.java"],
deps = [
"//src/main/java/com/google/devtools/common/options",
"//src/main/protobuf:package_manifest_java_proto",
"//src/tools/android/java/com/google/devtools/build/android/ideinfo:package_parser_lib",
"//third_party:guava",
"//third_party:junit4",
"//third_party:truth",
"//third_party/protobuf",
],
)