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 f3b6626 commit b49bd8fCopy full SHA for b49bd8f
ioio/ioio/Android.mk
@@ -16,5 +16,7 @@ LOCAL_SRC_FILES := ../../include/param.cpp \
16
../../include/apiexec.cpp \
17
../main.cpp
18
LOCAL_LDLIBS := -llog -landroid
19
+LOCAL_LDFLAGS += "-Wl,-z,max-page-size=16384"
20
+LOCAL_LDFLAGS += "-Wl,-z,common-page-size=16384"
21
include $(BUILD_SHARED_LIBRARY)
22
0 commit comments