Skip to content

Commit

Permalink
Add change to .bazelrc to build for Java 8 on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
marktefftech committed Apr 20, 2023
1 parent 0554df8 commit 783b4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ build --experimental_java_classpath=bazel
build:android_arm --incompatible_enable_android_toolchain_resolution
build:android_arm --android_platforms=//:android_arm64
build:android_arm --copt=-D_ANDROID
build:android_arm --java_runtime_version=8

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

0 comments on commit 783b4da

Please sign in to comment.