Add nanopb includes after grpc/grpc#15595 (#1536)

This commit is contained in:
David G. Quintas 2018-06-18 16:43:13 -07:00 committed by Abhishek Arya
parent 9874e09f53
commit 26d7835192
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ bazel build --dynamic_mode=off --spawn_strategy=standalone --genrule_strategy=st
:all test/core/util/... test/core/end2end/... third_party/address_sorting/... \
third_party/nanopb/... @boringssl//:all @com_github_madler_zlib//:all @com_github_cares_cares//:all
CFLAGS="${CFLAGS} -Iinclude -I."
CXXFLAGS="${CXXFLAGS} -Iinclude -I. -stdlib=libc++"
CFLAGS="${CFLAGS} -Iinclude -Ithird_party/nanopb -I."
CXXFLAGS="${CXXFLAGS} -Iinclude -Ithird_party/nanopb -I. -stdlib=libc++"
for file in $FUZZER_FILES; do
fuzzer_name=$(basename $file .cc)