tree: d9784faf2919ade8b05261bfed600f8671ca7eea [path history] [tgz]
  1. com/
  2. .clang-format
  3. build.gradle
  4. CMakeLists.txt
  5. README.md
experimental/bindings/java/README.md

IREE for Java

Instructions for compiling the AAR:

Note: This currently only builds on linux.

  • Open iree/bindings/java/build.gradle in Android Studio

  • Click Build > Make Project (Ctrl + F9)

  • A .aar file will be in build/outputs/aar/

TODO(jennik): Add command line instructions for building the AAR.