We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdc101 commit c4ca9d1Copy full SHA for c4ca9d1
jme3-android-native/src/native/jme_openalsoft/Android.mk
@@ -41,6 +41,12 @@ LOCAL_CFLAGS := -ffast-math \
41
-DRESTRICT=""
42
43
LOCAL_LDLIBS := -lOpenSLES -llog -Wl,-s -lc++_static -lc++abi
44
+ifeq ($(TARGET_ARCH_ABI),arm64-v8a)
45
+ LOCAL_LDFLAGS += "-Wl,-z,max-page-size=16384"
46
+endif
47
+ifeq ($(TARGET_ARCH_ABI),x86_64)
48
49
50
LOCAL_STATIC_LIBRARIES := openalsoft_prebuilt
51
# (or LOCAL_WHOLE_STATIC_LIBRARIES if you need every object pulled in)
52
0 commit comments