Name Date Size #Lines LOC

..--

java/com/basicapp/H25-Apr-2025-146105

.bazelrcH A D25-Apr-2025160 33

BUILDH A D25-Apr-202551 11

README.mdH A D25-Apr-2025207 75

WORKSPACEH A D25-Apr-20251.4 KiB4135

README.md

1To build, ensure the `ANDROID_HOME` and `ANDROID_NDK_HOME` environment variables are set, and run:
2
3```
4bazel build java/com/basicapp:basic_app
5```
6
7See the `.bazelrc` file for flags needed to build the app.