mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
### Description Update NDK to 26.0.10792818 which is included in every macOS build machine so that we do not need to download a different version every time in every build. ### Motivation and Context Downloading NDK on-the-fly is a main contributor of Android related build failures. |
||
|---|---|---|
| .. | ||
| scripts | ||
| .dockerignore | ||
| build_custom_android_package.py | ||
| Dockerfile | ||
| readme.md | ||
This directory contains helper files for building a custom ONNX Runtime Android package. It can be copied outside of the ONNX Runtime repo and used independently.
Run the ./build_custom_android_package.py script. Use the --help option for more information.
Prerequisites:
- Python 3.8+
- Docker
See https://onnxruntime.ai/docs/build/custom.html for more information about creating and using custom builds.