Compare commits

..

1 commit

Author SHA1 Message Date
761b7f65a1
refactor: upgrade ndk version to 28 2025-10-03 17:00:24 +08:00
3 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,7 @@ plugins {
android {
namespace = "net.typeblog.lpac_jni"
compileSdk = 35
ndkVersion = "26.1.10909125"
ndkVersion = "28.2.13676358"
defaultConfig {
minSdk = 27

View file

@ -2,4 +2,3 @@ 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

View file

@ -1,5 +1,4 @@
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