cc_library(
  name = "gflags",
  linkopts = [ "-lgflags" ],
  visibility = ["//visibility:public"],
)
