Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_android
/
7ae3f920899ddd6f09f5ea86f55e331e103c8d43
/
.
/
examples
/
basicapp
/
README.md
blob: 330d3bdf24a5eafe270b367156ba80be698aba35 [
file
] [
view
]
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
.