blob: 49f8257be3b08d0217b1960d59f86d49a38bf237 [file] [log] [blame]
licenses(["unencumbered"])
cc_library(
name = "nanopb",
srcs = glob(["*.c"]),
hdrs = glob(["*.h"]),
includes = ["."],
visibility = ["//visibility:public"],
)