cc_library(
  name = "libxml2",
  hdrs = ["dummy_libxml2.h"],
  includes = ["."],
  linkopts = ["-lxml2"],
  visibility = ["//visibility:public"],
)
