From 00e045dbb2b066495dea5807d3fa838151227dc1 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Fri, 1 Jun 2018 15:44:03 -0700 Subject: Fix the inclusion "third_party/nanopb/..." to simply "..." --- third_party/nanopb.BUILD | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 third_party/nanopb.BUILD (limited to 'third_party') diff --git a/third_party/nanopb.BUILD b/third_party/nanopb.BUILD new file mode 100644 index 0000000000..46ca53a8fe --- /dev/null +++ b/third_party/nanopb.BUILD @@ -0,0 +1,19 @@ +cc_library( + name = "nanopb", + srcs = [ + "pb_common.c", + "pb_decode.c", + "pb_encode.c", + ], + hdrs = [ + "pb.h", + "pb_common.h", + "pb_decode.h", + "pb_encode.h", + ], + defines = [ + "PB_FIELD_32BIT=1", + ], + visibility = ["//visibility:public"], +) + -- cgit v1.2.3