xref: /aosp_15_r20/external/bazelbuild-rules_android/examples/basicapp/README.md (revision 9e965d6fece27a77de5377433c2f7e6999b8cc0b)
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.