onnxruntime/tools/android_custom_build
Changming Sun f70215d4e6
Update C++ dependencies (#21410)
1. Update google benchmark from 1.8.3 to 1.8.5
2. Update google test from commit in main branch to tag 1.15.0 
3. Update pybind11 from 2.12.0 to 2.13.1
4. Update pytorch cpuinfo to include the support for Arm Neoverse V2,
Cortex X4, A720 and A520.
5. Update re2 from 2024-05-01 to 2024-07-02
6. Update cmake to 3.30.1
7. Update Linux docker images
8. Fix a warning in test/perftest/ort_test_session.cc:826:37: error:
implicit conversion loses integer precision: 'streamoff' (aka 'long
long') to 'const std::streamsize' (aka 'const long')
[-Werror,-Wshorten-64-to-32]
2024-07-23 10:00:36 -07:00
..
scripts Remove deprecated "mobile" packages (#20941) 2024-06-07 16:20:32 -05:00
.dockerignore
Dockerfile Update C++ dependencies (#21410) 2024-07-23 10:00:36 -07:00
build_custom_android_package.py Remove deprecated "mobile" packages (#20941) 2024-06-07 16:20:32 -05:00
readme.md

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.