1# the following test is made to detect that we were called
2# through the 'm' or 'mm' build commands. if not, we use the
3# standard QEMU Makefile
4#
5ifeq ($(DEFAULT_GOAL),droid)
6    LOCAL_PATH:= $(call my-dir)
7    include $(LOCAL_PATH)/Makefile.android
8else
9    include Makefile.qemu
10endif
11