aboutsummaryrefslogtreecommitdiff
path: root/projects/brotli
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2021-01-20 11:37:37 -0800
committerGitHub <noreply@github.com>2021-01-20 11:37:37 -0800
commit26dd144e52d46b49971e6dd35b603dc2148bf241 (patch)
tree8f2ea5e03a1d651bdc2671e979b7a03966079765 /projects/brotli
parentc3087b701810d86b782228346d7659eb3a3bf004 (diff)
downloadoss-fuzz-26dd144e52d46b49971e6dd35b603dc2148bf241.tar.gz
Build modified projects as well when infra is modified. (#5019)
Diffstat (limited to 'projects/brotli')
-rwxr-xr-xprojects/brotli/build.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/projects/brotli/build.sh b/projects/brotli/build.sh
index cf6f5e765..c6abf6672 100755
--- a/projects/brotli/build.sh
+++ b/projects/brotli/build.sh
@@ -1,4 +1,19 @@
#!/bin/bash -eu
+# Copyright 2016 Google Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+################################################################################
cmake . -DBUILD_TESTING=OFF
make clean