An open API service indexing awesome lists of open source software.

https://github.com/hopding/hummus-android-build

Build static libraries of Hummus PDFWriter for Android (WIP)
https://github.com/hopding/hummus-android-build

Last synced: about 1 year ago
JSON representation

Build static libraries of Hummus PDFWriter for Android (WIP)

Awesome Lists containing this project

README

          

# Warning
This project works, but is very much a work in progress, and documentation will be lacking.

# Building Static Libraries
Run `chmod +x ./build && ./build` to generate the static library (`.a`) files in `./out`. This will generate `.a` files for the following architectures:

* arm64-v8a
* armeabi
* armeabi-v7a
* mips
* mips64
* x86
* x86_64