onnxruntime/tools/android_custom_build
Changming Sun 7862a521b3
Update cmake's hash in android custom build (#17435)
### Description
Update cmake's hash in android custom build. It was forgotten in last PR.
2023-09-06 15:26:46 -07: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 [Better Engineering] Bump ruff to 0.0.278 and fix new lint errors (#16789) 2023-07-21 12:53:41 -07:00
Dockerfile Update cmake's hash in android custom build (#17435) 2023-09-06 15:26:46 -07: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.