cc_library(
  name = "libpng",
  hdrs = ["dummy_libpng.h"],
  includes = ["."],
  linkopts = ["-lpng"],
  visibility = ["//visibility:public"],
)
