From 55f4e4a5ec657a017e3bf75299ad71fd1c968dd3 Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 21 Oct 2008 07:00:00 -0700 Subject: Initial Contribution --- Android.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Android.mk (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..5cff342 --- /dev/null +++ b/Android.mk @@ -0,0 +1,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 -- cgit v1.1