# BUILD file for use with https://github.com/dejwk/roo_testing.

cc_library(
    name = "roo_backport",
    srcs = glob(
        [
            "src/**/*.h",
        ],
    ),
    includes = [
        "src",
    ],
    visibility = ["//visibility:public"],
)
