Skip to content

Commit

Permalink
auto import from //depot/cupcake/@135843
Browse files Browse the repository at this point in the history
  • Loading branch information
The Android Open Source Project committed Mar 4, 2009
1 parent f721e3a commit 8b23a6c
Show file tree
Hide file tree
Showing 481 changed files with 253,866 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Android.mk
Original file line number Diff line number Diff line change
@@ -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_GOAL),droid)
LOCAL_PATH:= $(call my-dir)
include $(LOCAL_PATH)/Makefile.android
else
include Makefile.qemu
endif
Loading

0 comments on commit 8b23a6c

Please sign in to comment.