forked from len0rd/rockbox
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
This commit is contained in:
parent
26f7ee13ce
commit
eaff333bf5
11 changed files with 261 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue