summaryrefslogtreecommitdiffstats
path: root/android/android.make
AgeCommit message (Expand)AuthorFilesLines
2011-02-02Make $(DIRS) an order-only dependency, to avoid needless rebuilding of some f...Frank Gevaerts1-2/+2
2011-02-02Change the way java files are compiled (do them all at once) in order to spee...Frank Gevaerts1-4/+15
2011-02-02Android/Java: Disable implicit compilation of dependecies to make the life ea...Thomas Martitz1-4/+6
2011-01-29Add widgets to android port.Antoine Cellerier1-0/+1
2011-01-24Android build tweaks.Antoine Cellerier1-1/+6
2010-11-06Android: make R.java depend on android/res dirMaurus Cuelenaere1-1/+3
2010-11-05Fix a small dependency issue, the directories need to be created first.Thomas Martitz1-1/+1
2010-11-05Android port: $(TEMP_APK) depends on $(AP_), so add it to its dependenciesMaurus Cuelenaere1-1/+1
2010-10-31Factor out the start/stopForeground and notification icon management into a s...Thomas Martitz1-1/+3
2010-09-24Minor build script tweaks to make android auto-buildable.Björn Stenberg1-6/+5
2010-09-22Removed a bit too much, libmisc.so shall still depend on rockbox.zipThomas Martitz1-1/+1
2010-09-22Android port: Remove the "make zip" dependency of make apk again (see r28068).Thomas Martitz1-3/+1
2010-09-21Polished the makefile a bit.Björn Stenberg1-16/+23
2010-09-20Stricter subst to avoid erroneous substitution.Björn Stenberg1-1/+1
2010-09-12The zip target isn't a good prerequisite for another make target so remove it.Thomas Martitz1-7/+8
2010-09-12Extend make clean for android zu also cleanup the compiled java classes and a...Thomas Martitz1-9/+15
2010-09-02Android: Allow "out-of-tree" builds (outside of android/, e.g. build-android/).Thomas Martitz1-8/+20
2010-09-02Extend android.make so that it can generate a debug signed apk.Thomas Martitz1-3/+74
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz1-0/+16