blob: 0b02fdbd600c1e594c53bbdf06c2056e056f4107 [file] [log] [blame]
The Android Open Source Project8b23a6c2009-03-03 19:30:32 -08001# 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