https://github.com/tangrams/mindk
A minimal Android NDK
https://github.com/tangrams/mindk
Last synced: 4 months ago
JSON representation
A minimal Android NDK
- Host: GitHub
- URL: https://github.com/tangrams/mindk
- Owner: tangrams
- License: mit
- Created: 2015-02-05T17:01:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T16:22:24.000Z (over 10 years ago)
- Last Synced: 2025-06-06T15:06:57.891Z (about 1 year ago)
- Language: Makefile
- Size: 459 MB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mindk
mindk is just a makefile that enumerates, downloads, and extracts the minimal set of files necessary from the Android NDK for a given build configuration. In the makefile there are options for NDK version, host OS, Android API level, C++ STL, compiler toolchain, and cpu architecture(s).
The goal here is to generate compact NDK distributions for use in automated builds. Using just one of each of the configuration options, the NDK shrinks from about 4GB to under 250MB, much more reasonable for downloads.