ref: 4412411f832b09261918bc2dd62fa21e3caa9956
parent: 34782a84b1815c8d8b0b0f1d34c13bcddfa6689a
parent: 317eb437b0b07c2b574222c41d195985d65d612e
author: Licai Guo <[email protected]>
date: Thu Feb 20 14:43:09 EST 2014
Merge pull request #328 from mstorsjo/enable-x86-asm-android Enable x86 assembly by default if building for x86 android
--- a/build/platform-android.mk
+++ b/build/platform-android.mk
@@ -18,6 +18,7 @@
GCCPATHPREFIX = x86
GCCPREFIX = i686-linux-android
APP_ABI = x86
+ USE_ASM = Yes
ifeq (Yes, $(USE_ASM))
ASM = nasm
CFLAGS += -DX86_ASM