aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:35 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:35 -0800
commitf721e3ac031f892af46f255a47d7f54a91317b30 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Android.mk
parentbae1bc39312d5019bd9a5b8d840a529213a69a17 (diff)
downloadexternal_qemu-f721e3ac031f892af46f255a47d7f54a91317b30.zip
external_qemu-f721e3ac031f892af46f255a47d7f54a91317b30.tar.gz
external_qemu-f721e3ac031f892af46f255a47d7f54a91317b30.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 0b02fdb..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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