OSDN Git Service

android-x86: do not build the emulator forcibly
authorChih-Wei Huang <cwhuang@linux.org.tw>
Mon, 19 Nov 2012 17:26:39 +0000 (01:26 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 18 Apr 2014 03:20:51 +0000 (11:20 +0800)
If a target wants to build the emulator, it should set
in its BoardConfig.mk.

core/main.mk

index d424b25..5ed7686 100644 (file)
@@ -199,7 +199,7 @@ else
   BUILD_EMULATOR := true
 endif
 else   # HOST_OS is not darwin
-  BUILD_EMULATOR := true
+  BUILD_EMULATOR ?= true
 endif  # HOST_OS is darwin
 endif