aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-08-09 13:33:57 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-08-09 13:33:57 -0700
commitb5365f32d7b1dcc6c3e9be7584ce8d4f68b3e7e1 (patch)
tree16b50a07212fa0d4a08ea28e361701aa0cb17732 /Makefile.android
parent074d1f955a15c19214cee92c627c8c4697e98cd3 (diff)
downloadexternal_qemu-b5365f32d7b1dcc6c3e9be7584ce8d4f68b3e7e1.zip
external_qemu-b5365f32d7b1dcc6c3e9be7584ce8d4f68b3e7e1.tar.gz
external_qemu-b5365f32d7b1dcc6c3e9be7584ce8d4f68b3e7e1.tar.bz2
Move memchecker initialization from main.c to vl-android.c (core)
Also move qemu-malloc.c to common CORE and UI sources Change-Id: Ifd62ae247cc03700d85b5fc35072d73ac37cc570
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android
index 779653c..a5e5de3 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -640,7 +640,6 @@ CORE_MISC_SOURCES = vl-android.c \
shaper.c \
charpipe.c \
tcpdump.c \
- qemu-malloc.c \
qemu-option.c \
savevm.c \
net-android.c \
@@ -719,6 +718,7 @@ UI_AND_CORE_SOURCES = osdep.c \
cutils.c \
sockets.c \
keymaps.c \
+ qemu-malloc.c \
android/keycode-array.c \
android/charmap.c \
android/hw-qemud.c \