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