Add the Android/MIPS target

Change-Id: Iec1d2f08c8a43e486ab1696566a718b18598ff95
This commit is contained in:
Frank Gevaerts 2012-06-11 22:06:34 +02:00
parent 268b725c40
commit d1560e5869
4 changed files with 67 additions and 3 deletions

View file

@ -9,7 +9,7 @@
PACKAGE=org.rockbox
PACKAGE_PATH=org/rockbox
BINLIB_DIR=$(BUILDDIR)/libs/armeabi
BINLIB_DIR=$(BUILDDIR)/libs/$(ANDROID_ARCH)
ANDROID_DIR=$(ROOTDIR)/android
# this is a glibc compatibility hack to provide a get_nprocs() replacement.
@ -70,7 +70,7 @@ APK := $(BUILDDIR)/rockbox.apk
_DIRS := $(BUILDDIR)/___/$(PACKAGE_PATH)
DIRS += $(subst ___,gen,$(_DIRS))
DIRS += $(subst ___,data,$(_DIRS))
DIRS += $(BUILDDIR)/libs/armeabi
DIRS += $(BUILDDIR)/libs/$(ANDROID_ARCH)
DIRS += $(CPUFEAT_BUILD)
DIRS += $(CLASSPATH)