diff options
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 \ |