|
|
@ -75,6 +75,7 @@ cc_library( |
|
|
|
"upb/pb/textprinter.c", |
|
|
|
"upb/pb/textprinter.c", |
|
|
|
"upb/pb/varint.c", |
|
|
|
"upb/pb/varint.c", |
|
|
|
"upb/pb/varint.int.h", |
|
|
|
"upb/pb/varint.int.h", |
|
|
|
|
|
|
|
"upb/table.int.h", |
|
|
|
], |
|
|
|
], |
|
|
|
hdrs = [ |
|
|
|
hdrs = [ |
|
|
|
"upb/pb/decoder.h", |
|
|
|
"upb/pb/decoder.h", |
|
|
@ -138,7 +139,6 @@ cc_binary( |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# We strip the tests and remaining rules from google3 until the upb_proto_library() |
|
|
|
# We strip the tests and remaining rules from google3 until the upb_proto_library() |
|
|
|
# and upb_proto_reflection_library() rules are fixed. |
|
|
|
# and upb_proto_reflection_library() rules are fixed. |
|
|
|
|
|
|
|
|
|
|
|