summaryrefslogtreecommitdiffstats
path: root/omni/BUILD.bazel
blob: 8e29939e4b33aa2e5bac9b4ef32e7e1bb5754e91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
load("@rules_cc//cc:defs.bzl", "cc_library")

cc_library(
    name = "omni_impl",
    hdrs = [
        ":int.h",
        ":platform.h"
    ],
    visibility = ["//visibility:public"]
)