diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-10-31 10:35:55 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-10-31 10:35:55 +0000 |
| commit | eaff333bf526225cfca84cd686fe5332b852e506 (patch) | |
| tree | 98fda966dfe1091295928cfa0f660e4ce9bc7f6b /apps/SOURCES | |
| parent | 26f7ee13ce024b21c83cf68ca7fd27306a0bf5be (diff) | |
| download | rockbox-eaff333bf526225cfca84cd686fe5332b852e506.zip rockbox-eaff333bf526225cfca84cd686fe5332b852e506.tar.gz rockbox-eaff333bf526225cfca84cd686fe5332b852e506.tar.bz2 rockbox-eaff333bf526225cfca84cd686fe5332b852e506.tar.xz | |
Use a Native keyboard GUI instead of rockbox's internal one on android
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28407 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/SOURCES')
| -rw-r--r-- | apps/SOURCES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index ad1003b..cb5e6ef 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -116,7 +116,11 @@ player/keyboard.c #ifdef HAVE_LCD_BITMAP recorder/bmp.c recorder/icons.c +#if (CONFIG_PLATFORM&PLATFORM_ANDROID) +hosted/keyboard.c +#else recorder/keyboard.c +#endif recorder/peakmeter.c #if defined(HAVE_ALBUMART) || defined(HAVE_JPEG) recorder/resize.c |