mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Add the Android/MIPS target
Change-Id: Iec1d2f08c8a43e486ab1696566a718b18598ff95
This commit is contained in:
parent
268b725c40
commit
d1560e5869
4 changed files with 67 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue