summaryrefslogtreecommitdiff
path: root/platform/java/Android.mk
AgeCommit message (Collapse)Author
2018-09-26Update Android build.Tor Andersson
2018-08-01Update jbig2dec.Sebastian Rasmussen
2018-04-26Clean up and simplify makefiles.Tor Andersson
* Use autogenerated header file dependencies. * Use mkdir to create target output directory directly.
2018-04-25Use objcopy to compile font resources.Tor Andersson
2018-04-12Update Android.mk for recent build changes.Tor Andersson
2018-02-27jni: Add the ability to supply extra C flags to Android libmupdf builds.Fred Ross-Perry
Use the MUPDF_EXTRA_CFLAGS, CPPFLAGS, LDLIBS, and LDFLAGS variables.
2017-11-01Use int64_t for public file API offsets.Tor Andersson
Don't mess with conditional compilation with LARGEFILE -- always expose 64-bit file offsets in our public API.
2017-08-17Fix Android java build: harfbuzz memory callbacks.Tor Andersson
2017-06-22jni: Include lcms2 in compilation.Sebastian Rasmussen
2017-04-20Remove needless -Igenerated flags.Tor Andersson
Also remove -I../../ucdn from the visual studio project.
2017-03-22Rename libjpeg submodule.Tor Andersson
2017-02-20android: Use system fonts as fallback instead of compiling binary blobs.Tor Andersson
This drastically reduces the size of the android library. Unfortunately it means font support is limited to what is available on the device. We look for both the old DroidSans fonts and the more recent Noto fonts.
2017-01-23android: Add ndk-build makefile to build JNI library for android viewers.Sebastian Rasmussen
Run 'make android' to invoke ndk-build with the proper arguments. The results are placed in build/android.