aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-02-02 09:38:54 -0800
committerAndroid Code Review <code-review@android.com>2011-02-02 09:38:54 -0800
commit767911b2e4e34eee832fe9f9b4da0d2d281263f1 (patch)
treede4e4222afa69f0e10762035f94ff0dd682dd457 /Makefile.android
parent6d37ae98b765dc741caef137b7494133bb6f8980 (diff)
parentf845627c83ce6ce3e306f9b6842d1e30ef89ae97 (diff)
downloadexternal_qemu-767911b2e4e34eee832fe9f9b4da0d2d281263f1.zip
external_qemu-767911b2e4e34eee832fe9f9b4da0d2d281263f1.tar.gz
external_qemu-767911b2e4e34eee832fe9f9b4da0d2d281263f1.tar.bz2
Merge "Move common main routines from into android-common.[hc]"
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 \