onnxruntime/tools/android_custom_build
Changming Sun 41f9379f3c
Update NDK version to 26.1.10909125 (#18493)
### Description
Similar to #17852


### Motivation and Context
To avoid downloading NDK
2023-11-17 14:14:01 -08:00
..
scripts Android package custom build script update (#14403) 2023-01-25 09:19:05 -08:00
.dockerignore Android package custom build script update (#14403) 2023-01-25 09:19:05 -08:00
build_custom_android_package.py [Linter] Bump ruff and remove pylint (#17797) 2023-10-05 21:07:33 -07:00
Dockerfile Update NDK version to 26.1.10909125 (#18493) 2023-11-17 14:14:01 -08:00
readme.md Android package custom build script update (#14403) 2023-01-25 09:19:05 -08:00

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.