diff options
Diffstat (limited to 'Makefile.android')
-rw-r--r-- | Makefile.android | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.android b/Makefile.android index 5faab57..1896cf0 100644 --- a/Makefile.android +++ b/Makefile.android @@ -1212,13 +1212,13 @@ VL_SOURCES := framebuffer.c \ android/display.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 \ console-ui.c \ iolooper-select.c \ + android/protocol/core-connection.c \ android/protocol/attach-ui-impl.c \ android/protocol/fb-updates-impl.c \ android/protocol/ui-commands-impl.c \ |