forked from aosp-mirror/platform_external_qemu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auto import from //depot/cupcake/@135843
- Loading branch information
The Android Open Source Project
committed
Mar 4, 2009
1 parent
f721e3a
commit 8b23a6c
Showing
481 changed files
with
253,866 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.