summaryrefslogtreecommitdiff
path: root/android/jni/Application.mk
AgeCommit message (Collapse)Author
2013-06-20Rearrange source files.Tor Andersson
2013-05-30Android manifest tweaks.Robin Watts
Make it easier to do release builds.
2013-04-29Add Memento build option to Android build. Fix memory leaks.Robin Watts
Following up on a report from a potential customer, fix various places in mupdf.c where we were leaking memory (devices not freed, context not properly freed etc). In order to track this down, I added a Memento build - just do: ndk-build MEMENTO=1 when building. This only checks for leaks, not for memory overwrites by default as it uses MEMENTO_LEAKONLY to avoid any possibility of the android kernel killing stuff for being too slow or using too much memory.
2013-02-27Android: Update *.mk files to allow for non-arm android builds.Robin Watts
We could do with non arm builds of v8 to go with these.
2012-11-19Enable android profiler build.Robin Watts
Requires android-ndk-profiler to be copied into android and android/jni. Also requires r8c of the NDK.
2012-10-10android: v8 buildPaul Gardiner
2012-10-10Fix Android build.Robin Watts
Files had been added to project, but not to android makefiles. Thirdparty file paths needed updating in android makefiles. Rebuilding with the latest ndk (r8b) shows a problem due to a bug in the NDK. Work around this.
2012-02-20Updated MuPDF Android app from Paul Gardiner.Paul Gardiner
2010-12-02Import Android demo.Robin Watts