feat(android): enable polly

This commit is contained in:
Mathias-Boulay 2024-06-20 11:12:42 +02:00
parent 52872d75e5
commit 698a651abf

View File

@ -50,7 +50,7 @@ if [[ "$BUILD_IOS" != "1" ]]; then
AUTOCONF_x11arg="--x-includes=$ANDROID_INCLUDE/X11" AUTOCONF_x11arg="--x-includes=$ANDROID_INCLUDE/X11"
export CFLAGS+=" -DANDROID" export CFLAGS+=" -mllvm -polly -DANDROID"
export LDFLAGS+=" -L$PWD/dummy_libs" export LDFLAGS+=" -L$PWD/dummy_libs"
# Create dummy libraries so we won't have to remove them in OpenJDK makefiles # Create dummy libraries so we won't have to remove them in OpenJDK makefiles