mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
# Description This PR removes the building of the ORT "mobile" packages and much of the associated infrastructure which is no longer needed. Not removed yet - tools/ci_build/github/android/mobile_package.required_operators.config and the helper scripts that depend on it. # Motivation and Context The mobile packages were deprecated in 1.18. Users should use the full packages (Android - onnxruntime-android, iOS - onnxruntime-c/onnxruntime-objc) instead or do a custom build. |
||
|---|---|---|
| .. | ||
| scripts | ||
| .dockerignore | ||
| build_custom_android_package.py | ||
| Dockerfile | ||
| 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.