onnxruntime/tools/android_custom_build
Justin Chu be7541ef4a
[Linter] Bump ruff and remove pylint (#17797)
Bump ruff version and remove pylint from the linter list. Fix any new
error detected by ruff.

### Motivation and Context

Ruff covers many of the pylint rules. Since pylint is not enabled in
this repo and runs slow, we remove it from the linters
2023-10-05 21:07:33 -07:00
..
scripts
.dockerignore
build_custom_android_package.py [Linter] Bump ruff and remove pylint (#17797) 2023-10-05 21:07:33 -07:00
Dockerfile Update cmake's hash in android custom build (#17435) 2023-09-06 15:26:46 -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.