summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Parsons <cparsons@google.com>2022-06-10 19:55:12 +0000
committerChristopher Parsons <cparsons@google.com>2022-06-14 16:27:17 +0000
commit0aea4a7c674f647f33bf53ec82adf642a3974c97 (patch)
treed8bf85358cd3c00c21ac9cffe04f0cbb8449e760
parentad90b2169d9f13befdac33b5edf87184264a3620 (diff)
downloadbuild-android-gs-bluejay-5.10-android13.tar.gz
These flags were likely used during workspace setup by accident, but were not actually needed in kleaf Test: Treehugger Change-Id: Iee170bfd3fed218155e6ada24c797a3c9baf7009
-rw-r--r--kleaf/bazel.WORKSPACE2
-rw-r--r--kleaf/common.bazelrc3
2 files changed, 0 insertions, 5 deletions
diff --git a/kleaf/bazel.WORKSPACE b/kleaf/bazel.WORKSPACE
index 7a68512..b68b2f4 100644
--- a/kleaf/bazel.WORKSPACE
+++ b/kleaf/bazel.WORKSPACE
@@ -14,8 +14,6 @@
load("//build/kernel/kleaf:workspace.bzl", "define_kleaf_workspace")
-toplevel_output_directories(paths = ["out"])
-
define_kleaf_workspace()
# Optional epilog for analysis testing.
diff --git a/kleaf/common.bazelrc b/kleaf/common.bazelrc
index 91a67ce..b975e38 100644
--- a/kleaf/common.bazelrc
+++ b/kleaf/common.bazelrc
@@ -12,9 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# Enable toplevel_output_directories and Ninja executor in Bazel
-common --experimental_ninja_actions
-
# Lock down the PATH variable in actions to /usr/bin and /usr/local/bin.
build --experimental_strict_action_env