summaryrefslogtreecommitdiffstats
path: root/uisimulator
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-09-02 00:24:40 +0000
committerThomas Martitz <kugel@rockbox.org>2010-09-02 00:24:40 +0000
commitf8381d9c39a3a8c1ca8351552bbfbbf55246063a (patch)
tree7d47ff3a097de3a552e16d3d54eadbf0c9aed86c /uisimulator
parent24424bab2ae1a7a781b727a94501a75eaa218c56 (diff)
downloadrockbox-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')
-rw-r--r--uisimulator/common/SOURCES6
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 */