aboutsummaryrefslogtreecommitdiff
path: root/.bazelrc
blob: 6a0674586f0249049c71b7d6926f84136fa40406 (plain)
1
2
3
4
5
6
# Set up to use C++17 and Clang. This isn't a full CC toolchain configuration,
# but getting it to build somehow is a good first step, since the plan
# is not to primarily use Bazel externally (planning to use Gradle, which
# is favored by AOSP).
build --repo_env=CC=clang
build --cxxopt='-std=c++17'