Skip to content

Commit

Permalink
bazel: Unconditionally set Android flags
Browse files Browse the repository at this point in the history
The flags should be ignored when building non-Android targets.
  • Loading branch information
fmeum committed Apr 25, 2023
1 parent 43a4d16 commit 94cf78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ build --tool_java_runtime_version=remotejdk_17
build --experimental_java_classpath=bazel

# Android
build:android_arm --incompatible_enable_android_toolchain_resolution
build:android_arm --android_platforms=//:android_arm64
build --incompatible_enable_android_toolchain_resolution
build --android_platforms=//:android_arm64

# Windows
# Only compiles with clang on Windows.
Expand Down

0 comments on commit 94cf78c

Please sign in to comment.