onnxruntime/tools/android_custom_build
Edward Chen 0c398b3e52
Update Android NDK version to 27.0.12077973. (#21989)
Upgrade to newer version. r26 will be unsupported soon.
2024-09-05 17:57:24 -07:00
..
scripts Remove deprecated "mobile" packages (#20941) 2024-06-07 16:20:32 -05:00
.dockerignore Android package custom build script update (#14403) 2023-01-25 09:19:05 -08:00
Dockerfile Update Android NDK version to 27.0.12077973. (#21989) 2024-09-05 17:57:24 -07:00
build_custom_android_package.py Remove deprecated "mobile" packages (#20941) 2024-06-07 16:20:32 -05:00
readme.md Android package custom build script update (#14403) 2023-01-25 09:19:05 -08: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.