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

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

cc_library(
    name = "signature_def",
    hdrs = ["signature_def.h"],
    compatible_with = get_compatible_with_portable(),
)
