onnxruntime/tools/android_custom_build
Changming Sun 3f3ece4a39
Update NDK to 26.0.10792818 (#17852)
### 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.
2023-10-12 14:08:43 -07:00
..
scripts
.dockerignore
build_custom_android_package.py [Linter] Bump ruff and remove pylint (#17797) 2023-10-05 21:07:33 -07:00
Dockerfile Update NDK to 26.0.10792818 (#17852) 2023-10-12 14:08:43 -07:00
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.