forked from PeterCxy/OpenEUICC
Compare commits
No commits in common. "ndk-build" and "master" have entirely different histories.
3 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@ plugins {
|
|||
android {
|
||||
namespace = "net.typeblog.lpac_jni"
|
||||
compileSdk = 35
|
||||
ndkVersion = "28.2.13676358"
|
||||
ndkVersion = "26.1.10909125"
|
||||
|
||||
defaultConfig {
|
||||
minSdk = 27
|
||||
|
|
|
@ -2,3 +2,4 @@ APP_ABI := all
|
|||
APP_SHORT_COMMANDS := true
|
||||
APP_CFLAGS := -Wno-compound-token-split-by-macro
|
||||
APP_LDFLAGS := -Wl,--build-id=none -z muldefs
|
||||
APP_SUPPORT_FLEXIBLE_PAGE_SIZES := true
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
LOCAL_PATH := $(call my-dir)
|
||||
LOCAL_LDFLAGS += "-Wl,-z,max-page-size=16384"
|
||||
|
||||
# function to find all *.c files under a directory
|
||||
define all-c-files-under
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue