Remove usage of patched static lib

This commit is contained in:
topjohnwu
2024-02-25 22:11:34 -08:00
parent 4393bc077d
commit 907bbbda41
3 changed files with 5 additions and 23 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-26
APP_PLATFORM := android-23
APP_THIN_ARCHIVE := true
APP_STRIP_MODE := none