onnxruntime/tools/android_custom_build
Changming Sun e412d93b00
Add lsb-release package to android custom build (#16944)
### Description
Add lsb-release package to android custom build


### Motivation and Context
To fix a build issue:

/workspace/onnxruntime/tools/ci_build/github/linux/docker/inference/x64/python/cpu/scripts/install_protobuf.sh:
line 27: lsb_release: command not found
2023-08-01 11:27:29 -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 Add lsb-release package to android custom build (#16944) 2023-08-01 11:27:29 -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.