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