forked from PeterCxy/OpenEUICC
Compare commits
No commits in common. "16k-page" and "master" have entirely different histories.
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
APP_ABI := all
|
APP_ABI := all
|
||||||
APP_SHORT_COMMANDS := true
|
APP_SHORT_COMMANDS := true
|
||||||
APP_CFLAGS := -Wno-compound-token-split-by-macro
|
APP_CFLAGS := -Wno-compound-token-split-by-macro
|
||||||
APP_LDFLAGS := -Wl,--build-id=none -z muldefs
|
APP_LDFLAGS := -Wl,--build-id=none -z muldefs
|
||||||
APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true
|
|
|
@ -1,5 +1,4 @@
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
LOCAL_LDFLAGS += "-Wl,-z,max-page-size=16384"
|
|
||||||
|
|
||||||
# function to find all *.c files under a directory
|
# function to find all *.c files under a directory
|
||||||
define all-c-files-under
|
define all-c-files-under
|
||||||
|
|
Loading…
Add table
Reference in a new issue