diff options
author | David 'Digit' Turner <digit@android.com> | 2011-02-02 14:43:23 +0100 |
---|---|---|
committer | David 'Digit' Turner <digit@android.com> | 2011-02-02 14:43:23 +0100 |
commit | e3fdd075ed97085b4201cb0c79609633b19bddcc (patch) | |
tree | d695bda577170403a9c2556d64ea99860523b349 /Makefile.android | |
parent | e993126c6704029cb1c656922a66a32bd09b6089 (diff) | |
download | external_qemu-e3fdd075ed97085b4201cb0c79609633b19bddcc.zip external_qemu-e3fdd075ed97085b4201cb0c79609633b19bddcc.tar.gz external_qemu-e3fdd075ed97085b4201cb0c79609633b19bddcc.tar.bz2 |
Move framebuffer.h to android/
The QFrameBuffer is no used by QEMU-specific code anymore so it's
more logical to move it here.
Change-Id: Id49ff53dd49648000e7543652d66f7c03881a8cb
Diffstat (limited to 'Makefile.android')
-rw-r--r-- | Makefile.android | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.android b/Makefile.android index 1896cf0..1e103fd 100644 --- a/Makefile.android +++ b/Makefile.android @@ -873,7 +873,7 @@ endif # include other sources # -VL_SOURCES := framebuffer.c \ +VL_SOURCES := android/framebuffer.c \ user-events-qemu.c \ android/cmdline-option.c \ android/looper-qemu.c \ @@ -1053,7 +1053,7 @@ LOCAL_LDLIBS += $(AUDIO_LDLIBS) # include other sources # -VL_SOURCES := framebuffer.c \ +VL_SOURCES := android/framebuffer.c \ user-events-qemu.c \ android/looper-qemu.c \ android/looper-generic.c \ @@ -1206,7 +1206,7 @@ endif # include other sources # -VL_SOURCES := framebuffer.c \ +VL_SOURCES := android/framebuffer.c \ android/cmdline-option.c \ android/config.c \ android/display.c \ |