From d833e78fac8d311b30e265d4df9c3cdd6eb6d1e3 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Fri, 11 Mar 2011 15:45:44 +0000 Subject: RaaA: move Android apps-code to separate dir under apps/hosted git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29563 a1c6a512-1295-4272-9138-f99709370657 --- apps/SOURCES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/SOURCES') diff --git a/apps/SOURCES b/apps/SOURCES index 39b68ce..c122427 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -94,8 +94,8 @@ gui/statusbar.c gui/statusbar-skinned.c #endif #if (CONFIG_PLATFORM&PLATFORM_ANDROID) -hosted/yesno.c -hosted/notification.c +hosted/android/yesno.c +hosted/android/notification.c #else gui/yesno.c #endif @@ -126,7 +126,7 @@ player/keyboard.c recorder/bmp.c recorder/icons.c #if (CONFIG_PLATFORM&PLATFORM_ANDROID) -hosted/keyboard.c +hosted/android/keyboard.c #else recorder/keyboard.c #endif -- cgit v1.1