blob: 8f0a9cf1439163e5c8be649fe17455ec028eb934 [file] [log] [blame]
# This package will host the C++ runfiles library when it's finally released.
# TODO(laszlocsomor): uncomment the cc_library below when the C++ runfiles library is ready to be
# released.
# cc_library(
# name = "runfiles",
# srcs = ["runfiles.cc"],
# hdrs = ["runfiles.h"],
# visibility = ["//visibility:public"],
# )