package_group(
    name = "friends",
    packages = [
        "//xla/mlir/...",
        # copybara:uncomment_begin(google-only)
        # # TODO(ezhulenev): Clean up dependencies that are leforvers from Autofusion project.
        # "@tf_runtime//...",
        # copybara:uncomment_end(google-only)
    ],
)

package(
    default_visibility = ["//visibility:public"],
    licenses = ["notice"],
)
