aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-07 14:04:39 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-02-09 15:33:40 +0100
commit67db9125a065ea01c3d8d77719e5983f908c5ffc (patch)
treeadeab7eedabdb55aa6abdd263c0d0f5f618be47c /Makefile.android
parent38985a066294ddecdcebab5d800c6100a6ae03e0 (diff)
downloadexternal_qemu-67db9125a065ea01c3d8d77719e5983f908c5ffc.zip
external_qemu-67db9125a065ea01c3d8d77719e5983f908c5ffc.tar.gz
external_qemu-67db9125a065ea01c3d8d77719e5983f908c5ffc.tar.bz2
Rename qemu-android to qemu-android-$(TARGET_ARCH)
This makes it easier to distinguish between the ARM and x86 versions of the program. Change-Id: Id6991e4c4b14c560d1732da05e253c678ca392d9
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.android b/Makefile.android
index bec91ba..1b44140 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1092,7 +1092,7 @@ include $(CLEAR_VARS)
LOCAL_GENERATED_SOURCES :=
LOCAL_NO_DEFAULT_COMPILER_FLAGS := true
LOCAL_CC := $(MY_CC)
-LOCAL_MODULE := qemu-android
+LOCAL_MODULE := qemu-android-$(TARGET_ARCH)
ifeq ($(TARGET_ARCH),arm)
LOCAL_STATIC_LIBRARIES := emulator-memcheck emulator-hw emulator-arm emulator-tcg
endif
@@ -1254,7 +1254,6 @@ ifeq ($(CONFIG_STATIC_EXECUTABLE),true)
LOCAL_LDLIBS += -static
endif
-LOCAL_MODULE := qemu-android
LOCAL_MODULE_TAGS := debug
include $(BUILD_HOST_EXECUTABLE)