Skip to content

Commit b49bd8f

Browse files
committed
update build setting for play store compliance.
1 parent f3b6626 commit b49bd8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ioio/ioio/Android.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ LOCAL_SRC_FILES := ../../include/param.cpp \
1616
../../include/apiexec.cpp \
1717
../main.cpp
1818
LOCAL_LDLIBS := -llog -landroid
19+
LOCAL_LDFLAGS += "-Wl,-z,max-page-size=16384"
20+
LOCAL_LDFLAGS += "-Wl,-z,common-page-size=16384"
1921
include $(BUILD_SHARED_LIBRARY)
2022

0 commit comments

Comments
 (0)