Skip to content

Commit 0605b99

Browse files
committed
16KB support
1 parent 4afb2e9 commit 0605b99

File tree

8 files changed

+5
-2
lines changed

8 files changed

+5
-2
lines changed
6 KB
Binary file not shown.
-25.9 KB
Binary file not shown.
-24.6 KB
Binary file not shown.
-27.9 KB
Binary file not shown.
-25.8 KB
Binary file not shown.

plugins/2020.3627/android/libplugin.utf8.so

100644100755
-13.9 KB
Binary file not shown.

src/android/jni/Android.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ PLUGIN_DIR := ../..
3636
CORONA_API_DIR := $(CORONA_ROOT)/shared/include/Corona
3737
LUA_API_DIR := $(CORONA_ROOT)/shared/include/lua
3838

39+
LOCAL_LDFLAGS += "-Wl,-z,max-page-size=16384"
40+
LOCAL_LDFLAGS += "-Wl,-z,common-page-size=16384"
41+
3942
LOCAL_C_INCLUDES := \
4043
$(PLUGIN_DIR) \
4144
$(CORONA_API_DIR) \

src/android/jni/Application.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#APP_PROJECT_PATH := $(call my-dir)/project
33
APP_PLATFORM := android-14
44
#APP_ABI := armeabi
5-
#APP_ABI := armeabi armeabi-v7a
6-
APP_ABI := all
5+
APP_ABI := armeabi-v7a x86 x86_64 arm64-v8a
6+
#APP_ABI := all
77

88
# Box2D needs this
99
# APP_STL := stlport_static

0 commit comments

Comments
 (0)