aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 5cff342..0b02fdb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,7 +2,7 @@
# through the 'm' or 'mm' build commands. if not, we use the
# standard QEMU Makefile
#
-ifeq ($(DEFAULT_TARGET),droid)
+ifeq ($(DEFAULT_GOAL),droid)
LOCAL_PATH:= $(call my-dir)
include $(LOCAL_PATH)/Makefile.android
else