load("@rules_cc//cc:defs.bzl", "cc_library") cc_library( name = "omni", includes = ["//"], deps = [ "//omni:omni_impl" ] )