summaryrefslogtreecommitdiff
path: root/android/android.make
AgeCommit message (Expand)Author
2013-01-09android: Update to SDK r16 and ndk r8d.Thomas Martitz
2012-11-30Fix .apk signs when using OpenJDK7 (Android builds)Thiago Kenji Okada
2012-06-14Allow building android with java 1.7.Frank Gevaerts
2012-06-11Add the Android/MIPS targetFrank Gevaerts
2012-04-25Add codecs to librbcodec.Sean Bartell
2012-04-17android: bump target platform version to 4.0.3 (this time for real).Thomas Martitz
2012-04-04Refactor and unify objcopy calls in the build system. Also now properly handl...Thomas Martitz
2012-03-26build system: unify/simplify library handling a bit.Thomas Martitz
2012-03-18Add RBCODEC_LIB to android and ypr0 builds so they link again.Frank Gevaerts
2012-02-22Arm stack unwinderMarcin Bukat
2012-01-21Hosted: Output map files after linking.Thomas Martitz
2012-01-03android: Update build system for recent SDK versions and target ice cream san...Thomas Martitz
2012-01-03Adjust a few makefiles to generate smaller (upto 80%) binaries on RaaA throughThomas Martitz
2011-12-19Android: Ship cpufeatures.[ch] from the sdk to enable the build under the ndk...Thomas Martitz
2011-12-19Fix left-over hardcoded path (oops).Thomas Martitz
2011-12-19Hosted/linux: Add process/cpu info screen to the debug menu.Thomas Martitz
2011-07-18Android: Refactor some of the glue code.Thomas Martitz
2011-06-22Added NODEPS define to skip recompilation for zip and apk builds. Usage: make...Björn Stenberg
2011-06-04Android: adjust screen orientation based on LCD size.Dominik Riebeling
2011-05-31Android: install codecs as native libs instead of extracting them (FS#12134).Dominik Riebeling
2011-05-29Android: rework r29929 AndroidManifest.xml version handling.Dominik Riebeling
2011-05-29Add source tree version into AndroidManifest.xmlDominik Riebeling
2011-04-21Use mkdir -p in the previous commit. Thanks sideral for spotting.Thomas Martitz
2011-04-21Android: Fix creation of debug key if ~/.android doesn't exist.Thomas Martitz
2011-03-11Android: replace installApk.sh "launching Rockbox activity"-behaviour withMaurus Cuelenaere
2011-03-11Android: update project to SDKv11Maurus Cuelenaere
2011-02-02Make $(DIRS) an order-only dependency, to avoid needless rebuilding of some f...Frank Gevaerts
2011-02-02Change the way java files are compiled (do them all at once) in order to spee...Frank Gevaerts
2011-02-02Android/Java: Disable implicit compilation of dependecies to make the life ea...Thomas Martitz
2011-01-29Add widgets to android port.Antoine Cellerier
2011-01-24Android build tweaks.Antoine Cellerier
2010-11-06Android: make R.java depend on android/res dirMaurus Cuelenaere
2010-11-05Fix a small dependency issue, the directories need to be created first.Thomas Martitz
2010-11-05Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependenciesMaurus Cuelenaere
2010-10-31Factor out the start/stopForeground and notification icon management into a s...Thomas Martitz
2010-09-24Minor build script tweaks to make android auto-buildable.Björn Stenberg
2010-09-22Removed a bit too much, libmisc.so shall still depend on rockbox.zipThomas Martitz
2010-09-22Android port: Remove the "make zip" dependency of make apk again (see r28068).Thomas Martitz
2010-09-21Polished the makefile a bit.Björn Stenberg
2010-09-20Stricter subst to avoid erroneous substitution.Björn Stenberg
2010-09-12The zip target isn't a good prerequisite for another make target so remove it.Thomas Martitz
2010-09-12Extend make clean for android zu also cleanup the compiled java classes and a...Thomas Martitz
2010-09-02Android: Allow "out-of-tree" builds (outside of android/, e.g. build-android/).Thomas Martitz
2010-09-02Extend android.make so that it can generate a debug signed apk.Thomas Martitz
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz