Native-CI/android-ndk
1
1
Fork
You've already forked android-ndk
0
Based on the meson-enabled image, but with Android NDK as well.
  • Python 73.8%
  • Dockerfile 22.7%
  • Shell 3.5%
Jens Finkhaeuser 9bec380211
All checks were successful
ci/woodpecker/push/build Pipeline was successful
semver needs to be installed globally
2025年06月18日 15:37:02 +02:00
.woodpecker Update CI build 2025年06月18日 15:20:08 +02:00
.gitignore Ignore editor swap files 2020年06月29日 09:17:26 +02:00
android.py Fix attribution 2025年06月18日 15:14:14 +02:00
build.sh Update build files 2025年06月18日 15:11:29 +02:00
Dockerfile semver needs to be installed globally 2025年06月18日 15:37:02 +02:00
LICENSE Change copyright notice in license. I'm still indebted to Jan Grewe for making the start, but I guess I'm now maintaining this separately. 2020年07月14日 13:59:22 +02:00
packages.txt Update SDK packages 2025年06月18日 15:34:04 +02:00
Pipfile Add Pipfile for semver 2022年10月12日 09:26:58 +02:00
Pipfile.lock Add Pipfile for semver 2022年10月12日 09:26:58 +02:00
README.md Update build files 2025年06月18日 15:11:29 +02:00

Meson builds for Android NDK

status-badge arch|amd64

This Docker image contains the Android SDK and most common packages necessary for building Android apps in a CI.

Make sure your CI environment's caching works as expected, this greatly improves the build time, especially if you use multiple build jobs.

Note: This was originally forked from jangrewe/gitlab-ci-android, but has by now diverged significantly.

Usage

Codeberg

See package on codeberg: Native-CI/android-ndk

$ docker pull codeberg.org/native-ci/android-ndk

Docker hub

$ docker pull nativeci/android-ndk

Build Instructions

For local builds, just see build.sh - otherwise let the CI do its thing.

Happy? Push the image with all tags.

Codeberg

$ docker push -a codeberg.org/native-ci/android-ndk

Docker hub

$ docker push -a nativeci/android-ndk