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