diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-09-02 00:24:40 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-09-02 00:24:40 +0000 |
commit | f8381d9c39a3a8c1ca8351552bbfbbf55246063a (patch) | |
tree | 7d47ff3a097de3a552e16d3d54eadbf0c9aed86c /uisimulator/common/SOURCES | |
parent | 24424bab2ae1a7a781b727a94501a75eaa218c56 (diff) | |
download | rockbox-f8381d9c39a3a8c1ca8351552bbfbbf55246063a.tar.gz rockbox-f8381d9c39a3a8c1ca8351552bbfbbf55246063a.zip |
Android: don't compile stubs.c and kill off libuisimulator entirely.
Seperate make rules in a almost empty android.make.
Also add forgotten powermgmt-android.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27977 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/common/SOURCES')
-rw-r--r-- | uisimulator/common/SOURCES | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/uisimulator/common/SOURCES b/uisimulator/common/SOURCES index 5f068c5bdc..4f9fb05a6a 100644 --- a/uisimulator/common/SOURCES +++ b/uisimulator/common/SOURCES @@ -1,4 +1,4 @@ -#ifndef APPLICATION +#ifdef SIMULATOR lcd-common.c #ifdef HAVE_LCD_CHARCELLS font-player.c @@ -9,10 +9,8 @@ fmradio.c backlight-sim.c #endif -#if (CONFIG_PLATFORM & PLATFORM_SDL) io.c sim_tasks.c powermgmt-sim.c -#endif -/* this is still needed for application since it has some stubs */ stubs.c +/* this is still needed for application since it has some stubs */ |