aboutsummaryrefslogtreecommitdiff
path: root/projects/grpc
diff options
context:
space:
mode:
authorMatt Kwong <matt-kwong@users.noreply.github.com>2017-04-04 15:32:59 -0700
committerOliver Chang <oliverchang@users.noreply.github.com>2017-04-04 15:32:59 -0700
commitf79aecb525cf76ff17c5873070c4663bbd178e1a (patch)
treeffef89f7bf0a37c809027bb830350053a6f94f4d /projects/grpc
parent41e114e0ced41495561614c82c595ec53cb57f90 (diff)
downloadoss-fuzz-f79aecb525cf76ff17c5873070c4663bbd178e1a.tar.gz
Change directories built in gRPC (#512)
Diffstat (limited to 'projects/grpc')
-rwxr-xr-xprojects/grpc/build.sh2
1 files changed, 1 insertions, 1 deletions
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++"