# Description:
# gtl subtle packages.

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

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

filegroup(
    name = "map_traits",
    srcs = [
        "map_traits.h",
    ],
    visibility = [
        "//tensorflow/core/lib/gtl/subtle:__pkg__",
        "//tensorflow/tsl/lib/gtl:__pkg__",
    ],
)
