chromium/third_party/tflite_support/src/tensorflow_lite_support/metadata/python/tests/testdata/audio_embedder/BUILD

package(
    default_visibility = ["//tensorflow_lite_support:users"],
    licenses = ["notice"],  # Apache 2.0
)

filegroup(
    name = "test_files",
    srcs = glob([
        "*.json",
        "*.tflite",
        "*.txt",
    ]),
)