• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


Commit MetaInfo

Revision747b546d8fa01e0fb08be1b3b412bd24aa4142e7 (tree)
Time2014-08-27 19:37:06
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

android-x86: do not build the emulator forcibly

If a target wants to build the emulator, it should set
in its BoardConfig.mk.

Change Summary

Incremental Difference

--- a/core/main.mk
+++ b/core/main.mk
@@ -199,7 +199,7 @@ else
199199 BUILD_EMULATOR := true
200200 endif
201201 else # HOST_OS is not darwin
202- BUILD_EMULATOR := true
202+ BUILD_EMULATOR ?= true
203203 endif # HOST_OS is darwin
204204 endif
205205