Build libc++ ourselves

This commit is contained in:
topjohnwu
2021-03-25 01:00:10 -07:00
parent 0298ab99c4
commit 66e30a7723
6 changed files with 9 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ APP_CFLAGS := -Wall -Oz -fomit-frame-pointer -flto \
-D__MVSTR=${MAGISK_VERSION} -D__MCODE=${MAGISK_VER_CODE}
APP_LDFLAGS := -flto
APP_CPPFLAGS := -std=c++17
APP_STL := c++_static
APP_STL := none
APP_PLATFORM := android-16
ifdef MAGISK_DEBUG