aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2010-09-01 09:17:11 -0700
committerVladimir Chtchetkine <vchtchetkine@google.com>2010-09-01 09:44:01 -0700
commitcefa7443eb3d3e4bb134595f756145426d5613e3 (patch)
tree7ced288de1420463b18ce3f2d0ae36efaa46775e /Makefile.android
parent2cb19c7efef5f194198aa84d6a9ffbdb4c740455 (diff)
downloadexternal_qemu-cefa7443eb3d3e4bb134595f756145426d5613e3.zip
external_qemu-cefa7443eb3d3e4bb134595f756145426d5613e3.tar.gz
external_qemu-cefa7443eb3d3e4bb134595f756145426d5613e3.tar.bz2
Add android_port initialization in the core.
Also some minor cleanups to the ui <-> core stuff. Change-Id: I7d64ec1aa694c027851b7e262b6e1b80bb6cef08
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 6cd1cec..8692115 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -664,6 +664,7 @@ CORE_MISC_SOURCES = vl-android.c \
android/hw-control.c \
android/console.c \
android/hw-sensors.c \
+ android/hw-qemud.c \
ifeq ($(HOST_ARCH),x86)
CORE_MISC_SOURCES += i386-dis.c
@@ -727,7 +728,6 @@ UI_AND_CORE_SOURCES = osdep.c \
qemu-malloc.c \
android/keycode-array.c \
android/charmap.c \
- android/hw-qemud.c \
android/utils/bufprint.c \
android/utils/debug.c \
android/utils/path.c \