summaryrefslogtreecommitdiff
path: root/asl/tests/BUILD.bazel
blob: eb51ec8e7465143fecb33ecec79b4c5b8d2ae43b (plain)
1
2
3
4
5
6
7
8
9
10
cc_library(
    name = "utils",
    hdrs = [
        "types.hpp",
    ],
    deps = [
        "//asl/base",
    ],
    visibility = ["//asl:__subpackages__"],
)