onnxruntime/tools/android_custom_build
Changming Sun de0e87e7e5
1.16.3 patch release (#18491)
Cherry-pick the following PRs:

#18467 
#17797
#18341
#18456
2023-11-17 17:24:23 -08:00
..
scripts
.dockerignore
build_custom_android_package.py 1.16.3 patch release (#18491) 2023-11-17 17:24:23 -08:00
Dockerfile Add lsb-release package to android custom build (#16944) 2023-08-01 11:27:29 -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.