blob: b71f1a56a7a8ff1bdf64206b896050a0b90141a0 [file] [log] [blame]
# Copyright (C) 2021 The Android Open Source Project
#
# 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.
# Lock down the PATH variable in actions to /usr/bin and /usr/local/bin.
build --experimental_strict_action_env
# By default, output all the logs to stdout/stderr by disabling the console limit
build --experimental_ui_max_stdouterr_bytes=-1
# Show the full set of flags for observability and debuggability.
# common --announce_rc
# Add support for various configs
# Do not sort, the order here might matter.
import %workspace%/build/kernel/kleaf/bazelrc/ants.bazelrc
import %workspace%/build/kernel/kleaf/bazelrc/android_ci.bazelrc
import %workspace%/build/kernel/kleaf/bazelrc/local.bazelrc
import %workspace%/build/kernel/kleaf/bazelrc/fast.bazelrc
import %workspace%/build/kernel/kleaf/bazelrc/rbe.bazelrc
import %workspace%/build/kernel/kleaf/bazelrc/stamp.bazelrc
import %workspace%/build/kernel/kleaf/bazelrc/release.bazelrc
import %workspace%/build/kernel/kleaf/bazelrc/flags.bazelrc
# By default, do not embed scmversion.
build --workspace_status_command=build/kernel/kleaf/workspace_status_common.sh
# Always dump full test results
test --test_output=errors --test_summary=terse
# Support a device-specific bazelrc file
try-import %workspace%/device.bazelrc
# Support a local user-specific bazelrc file.
try-import %workspace%/user.bazelrc