aboutsummaryrefslogtreecommitdiff
path: root/common.bazelrc
diff options
context:
space:
mode:
authorChris Parsons <cparsons@google.com>2022-08-29 21:02:39 -0400
committerChristopher Parsons <cparsons@google.com>2022-08-30 14:28:26 +0000
commit704fb0e55dbc7b4c7da8fb2cc00c006974c8ae97 (patch)
tree778fb52ca4942926387d193315d626f1bbf17962 /common.bazelrc
parent1af809755ee4c6fe9bb2b26f8fd7a2f93385ae1d (diff)
downloadbazel-704fb0e55dbc7b4c7da8fb2cc00c006974c8ae97.tar.gz
Changes required to adopt bazel-2570fe
- Revert interface_deps changes The change to rename deps to interface_deps was reverted in Bazel. - Reference android platforms using `@` (root workspace) for analysis tests. Workspace resolution must have changed to become more strict, as these constants are used relative to the workspace in which the rule is created. Test: Presubmits Test: mixed_droid Change-Id: Ibf74e1f2730ca6d0ab84b97ee260bbf47f3a2ac3
Diffstat (limited to 'common.bazelrc')
-rw-r--r--common.bazelrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.bazelrc b/common.bazelrc
index 00a47ee7..b6bfe1fd 100644
--- a/common.bazelrc
+++ b/common.bazelrc
@@ -56,8 +56,8 @@ build --proto_compiler=//external/protobuf:aprotoc
# are a long term goal.
build --strategy=CppCompile=standalone
-# Enable use of the interface_deps attribute in native cc rules
-build --experimental_cc_interface_deps
+# Enable use of the implementation_deps attribute in native cc rules
+build --experimental_cc_implementation_deps
# Use the llvm_coverage_map_format feature to turn on native code coverage.
build --experimental_use_llvm_covmap