From f8381d9c39a3a8c1ca8351552bbfbbf55246063a Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 2 Sep 2010 00:24:40 +0000 Subject: 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 --- uisimulator/common/SOURCES | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'uisimulator/common') 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 */ -- cgit v1.2.3