From f845627c83ce6ce3e306f9b6842d1e30ef89ae97 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 2 Feb 2011 12:34:14 +0100 Subject: Move common main routines from into android-common.[hc] This is a first step towards cleaning-up our initialization/startup code. Change-Id: I2d4fbc5c2cd0181fb39a1a97a15650945038c3b9 --- Makefile.android | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.android') 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 \ -- cgit v1.1