aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
blob: 5cff34256350c79df3f28763b662d0be06fe5edd (plain)
1
2
3
4
5
6
7
8
9
10
# 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_TARGET),droid)
    LOCAL_PATH:= $(call my-dir)
    include $(LOCAL_PATH)/Makefile.android
else
    include Makefile.qemu
endif