blob: 0b02fdbd600c1e594c53bbdf06c2056e056f4107 [file] [log] [blame]
# the following test is made to detect that we were called
# through the 'm' or 'mm' build commands. if not, we use the
# standard QEMU Makefile
#
ifeq ($(DEFAULT_GOAL),droid)
LOCAL_PATH:= $(call my-dir)
include $(LOCAL_PATH)/Makefile.android
else
include Makefile.qemu
endif