mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-26 11:17:40 +00:00
Pure 64bit support
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
APP_ABI := armeabi-v7a x86
|
||||
APP_ABI := armeabi-v7a x86 arm64-v8a x86_64
|
||||
APP_CFLAGS := -Wall -Oz -fomit-frame-pointer -flto \
|
||||
-D__MVSTR=${MAGISK_VERSION} -D__MCODE=${MAGISK_VER_CODE}
|
||||
APP_LDFLAGS := -flto
|
||||
@@ -10,11 +10,6 @@ ifdef MAGISK_DEBUG
|
||||
APP_CFLAGS += -D__MDBG
|
||||
endif
|
||||
|
||||
# Build 64 bit binaries
|
||||
ifdef B_64BIT
|
||||
APP_ABI += arm64-v8a x86_64
|
||||
endif
|
||||
|
||||
# Busybox should use stock libc.a
|
||||
ifdef B_BB
|
||||
APP_PLATFORM := android-22
|
||||
|
Reference in New Issue
Block a user