Skip to content

Commit

Permalink
feat(android): enable polly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias-Boulay committed Jun 20, 2024
1 parent 52872d7 commit 698a651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 6_buildjdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [[ "$BUILD_IOS" != "1" ]]; then

AUTOCONF_x11arg="--x-includes=$ANDROID_INCLUDE/X11"

export CFLAGS+=" -DANDROID"
export CFLAGS+=" -mllvm -polly -DANDROID"
export LDFLAGS+=" -L$PWD/dummy_libs"

# Create dummy libraries so we won't have to remove them in OpenJDK makefiles
Expand Down

0 comments on commit 698a651

Please sign in to comment.