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 --- tools/root.make | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/root.make') diff --git a/tools/root.make b/tools/root.make index eda27b77c0..3d19e6287e 100644 --- a/tools/root.make +++ b/tools/root.make @@ -97,9 +97,13 @@ else include $(APPSDIR)/plugins/plugins.make endif - ifdef APP_TYPE + ifneq (,$(findstring sdl,$(APP_TYPE))) include $(ROOTDIR)/uisimulator/uisimulator.make endif + + ifneq (,$(findstring android, $(APP_TYPE))) + include $(ROOTDIR)/android/android.make + endif endif # bootloader -- cgit v1.2.3