# Description:
#   Provides Java ApiDef access and ApiDef validation for TensorFlow.

load("//tensorflow:tensorflow.default.bzl", "filegroup")

package(
    # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
    default_visibility = ["//visibility:private"],
    licenses = ["notice"],
)

filegroup(
    name = "java_api_def",
    srcs = glob(["*"]),
    visibility = ["//tensorflow:internal"],
)
