Skip to content

Commit e1a1916

Browse files
committed
More 16kb fixes
1 parent c110643 commit e1a1916

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
37.1 KB
Binary file not shown.
29.3 KB
Binary file not shown.
69.4 KB
Binary file not shown.
56.8 KB
Binary file not shown.
29.3 KB
Binary file not shown.

src/android/jni/Android.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ LOCAL_SRC_FILES := ../corona-libs/jni/$(TARGET_ARCH_ABI)/libcorona.so
1616
LOCAL_EXPORT_C_INCLUDES := /Applications/CoronaEnterprise/Corona/shared/include/Corona
1717
include $(PREBUILT_SHARED_LIBRARY)
1818

19-
LOCAL_LDFLAGS += "-Wl,-z,max-page-size=16384"
20-
LOCAL_LDFLAGS += "-Wl,-z,common-page-size=16384"
2119
# -----------------------------------------------------------------------------
2220

2321

@@ -66,6 +64,8 @@ LOCAL_CFLAGS := \
6664
LOCAL_SHARED_LIBRARIES := corona lua
6765
LOCAL_LDLIBS := -llog -lz
6866

67+
LOCAL_LDFLAGS += "-Wl,-z,max-page-size=16384"
68+
LOCAL_LDFLAGS += "-Wl,-z,common-page-size=16384"
6969

7070
ifeq ($(TARGET_ARCH),arm)
7171
# LOCAL_CFLAGS+= -D_ARM_ASSEM_

0 commit comments

Comments
 (0)