aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@google.com>2019-06-18 14:04:15 -0700
committerBill Richardson <wfrichar@google.com>2019-06-18 14:08:18 -0700
commit77f3d8def8511e7b64c552122e7f9cae52c40d30 (patch)
treec1e8171ae1dfbd102b9e2b8d96f6f0e39ef12920
parente496ed21749c2530de74f159e14eb5724e487d51 (diff)
downloadsystem-test-harness-77f3d8def8511e7b64c552122e7f9cae52c40d30.tar.gz
Add .bazelrc as workaround for protobuf problem
This should be removed when the bug is fixed. Bug: 135549199 Test: Try "bazel build runtests", it works now. Change-Id: I0bcdbb602760a344df1eaf8649bd6e0fe1f44d2f Signed-off-by: Bill Richardson <wfrichar@google.com>
-rw-r--r--.bazelrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
new file mode 100644
index 0000000..68ed17e
--- /dev/null
+++ b/.bazelrc
@@ -0,0 +1,2 @@
+# TODO(b/135549199): Remove this file when the problem is fixed
+build --incompatible_disable_deprecated_attr_params=false