mirror of
https://github.com/google/pebble.git
synced 2025-08-26 08:17:31 -04:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
21
third_party/nanopb/BUILD.bazel
vendored
Normal file
21
third_party/nanopb/BUILD.bazel
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
licenses(["notice"])
|
||||
|
||||
exports_files(["LICENSE.txt"])
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
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",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue