parent
3351fe3a3f
commit
00e045dbb2
14 changed files with 48 additions and 18 deletions
@ -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"], |
||||
) |
||||
|
Loading…
Reference in new issue