• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1build:clang --crosstool_top=//toolchain:clang_suite
2build:clang --compiler=clang
3
4# Use the default Bazel C++ toolchain to build the tools used during the build.
5build:clang --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
6
7# =============================================================================
8# Alias to build configurations below. This makes configuring things from
9# the command line easier.
10build --flag_alias=fontmgr=//bazel/common_config_settings:fontmgr
11build --flag_alias=gpu_backend=//bazel/common_config_settings:gpu_backend
12build --flag_alias=include_codec=//bazel/common_config_settings:include_codec
13build --flag_alias=with_gl_standard=//bazel/common_config_settings:with_gl_standard
14