From d1560e5869f27fd7f362a08bdb64878f11290046 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 11 Jun 2012 22:06:34 +0200 Subject: Add the Android/MIPS target Change-Id: Iec1d2f08c8a43e486ab1696566a718b18598ff95 --- android/android.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android') diff --git a/android/android.make b/android/android.make index c0d72a7a05..0be3204535 100644 --- a/android/android.make +++ b/android/android.make @@ -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) -- cgit v1.2.3