No more patching libc.a on 64bit platforms

This commit is contained in:
LoveSy
2023-03-30 10:16:53 +08:00
committed by John Wu
parent 23b1b69110
commit 4ff60ef9a9
24 changed files with 61 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ APP_CFLAGS := -Wall -Oz -fomit-frame-pointer -flto
APP_LDFLAGS := -flto
APP_CPPFLAGS := -std=c++20
APP_STL := none
APP_PLATFORM := android-21
APP_PLATFORM := android-23
APP_THIN_ARCHIVE := true
APP_STRIP_MODE := --strip-all