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>
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