aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index 817c562..905622e 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1,3 +1,5 @@
+ifeq ($(BUILD_EMULATOR),true)
+
ifneq (,$(filter $(TARGET_ARCH),arm x86 mips))
LOCAL_PATH:= $(call my-dir)
@@ -328,3 +330,4 @@ $(call end-emulator-program)
## VOILA!!
endif # TARGET_ARCH == arm || TARGET_ARCH == x86 || TARGET_ARCH == mips
+endif # BUILD_EMULATOR