From f79aecb525cf76ff17c5873070c4663bbd178e1a Mon Sep 17 00:00:00 2001 From: Matt Kwong Date: Tue, 4 Apr 2017 15:32:59 -0700 Subject: [PATCH] Change directories built in gRPC (#512) --- projects/grpc/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/grpc/build.sh b/projects/grpc/build.sh index 9d54b9c45..03942bc12 100755 --- a/projects/grpc/build.sh +++ b/projects/grpc/build.sh @@ -55,7 +55,7 @@ EXTERA_BAZEL_FLAGS="--strip=never $(for f in $CXXFLAGS; do if [ $f != "-stdlib= bazel build --dynamic_mode=off --spawn_strategy=standalone --genrule_strategy=standalone \ $EXTERA_BAZEL_FLAGS \ $NO_VPTR \ - :all test/... third_party/boringssl-with-bazel/... third_party/nanopb/... + :all test/core/util/... test/core/end2end/... third_party/boringssl-with-bazel/... third_party/nanopb/... CFLAGS="${CFLAGS} -Iinclude -I." CXXFLAGS="${CXXFLAGS} -Iinclude -I. -stdlib=libc++"