onnxruntime/tools/android_custom_build
Justin Chu a36caba073
Bump ruff in CI (#15533)
### Description

Bump ruff version in CI and fixed new lint errors. 

- This change enables the flake8-implicit-str-concat rules which helps
detect unintended string concatenations:
https://beta.ruff.rs/docs/rules/#flake8-implicit-str-concat-isc
- Update gitignore to include common python files that we want to
exclude.


### Motivation and Context

Code quality
2023-04-17 10:11:44 -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 Bump ruff in CI (#15533) 2023-04-17 10:11:44 -07:00
Dockerfile Update the post-merge pipeline (#14965) 2023-03-29 13:12:07 -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.