aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-02 12:34:14 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-02-02 12:34:14 +0100
commitf845627c83ce6ce3e306f9b6842d1e30ef89ae97 (patch)
treede4e4222afa69f0e10762035f94ff0dd682dd457 /Makefile.android
parent6d37ae98b765dc741caef137b7494133bb6f8980 (diff)
downloadexternal_qemu-f845627c83ce6ce3e306f9b6842d1e30ef89ae97.zip
external_qemu-f845627c83ce6ce3e306f9b6842d1e30ef89ae97.tar.gz
external_qemu-f845627c83ce6ce3e306f9b6842d1e30ef89ae97.tar.bz2
Move common main routines from into android-common.[hc]
This is a first step towards cleaning-up our initialization/startup code. Change-Id: I2d4fbc5c2cd0181fb39a1a97a15650945038c3b9
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index 811b58a..5faab57 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -879,6 +879,7 @@ VL_SOURCES := framebuffer.c \
android/looper-qemu.c \
android/protocol/ui-commands-qemu.c \
android/protocol/core-commands-qemu.c \
+ android/main-common.c \
android/main.c \
# Add common system libraries
@@ -1212,6 +1213,7 @@ VL_SOURCES := framebuffer.c \
android/looper-generic.c \
android/snapshot.c \
android/core-connection.c \
+ android/main-common.c \
android/main-ui.c \
qemu-timer-ui.c \
vl-android-ui.c \