Use separate flags for 64-bit

This commit is contained in:
topjohnwu
2019-04-05 15:17:57 -04:00
parent 6a0b2ddee9
commit 6953cc2411
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ ifdef MAGISK_DEBUG
APP_CFLAGS += -D__MDBG
endif
# Build 64 bit binaries for magisk
ifdef B_MAGISK
# Build 64 bit binaries
ifdef B_64BIT
APP_ABI += arm64-v8a x86_64
endif