tree: 41b55835fd25f5bb66183d7b85163949155c05a0 [path history] [tgz]
  1. java/
  2. .bazelrc
  3. .gitignore
  4. BUILD
  5. MODULE.bazel
  6. README.md
  7. WORKSPACE
  8. WORKSPACE.bzlmod
examples/basicapp/README.md

To build, ensure the ANDROID_HOME and ANDROID_NDK_HOME environment variables are set, and run:

bazel build java/com/basicapp:basic_app

See the .bazelrc file for flags needed to build the app.