Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_android
/
93fb5bf258950aba95fbfada0d97d673d005e15b
/
.
/
examples
/
basicapp
/
README.md
blob: 183e122ed12678b535b0996df1cd1f85718c4d2d [
file
] [
log
] [
blame
] [
view
]
To
build
,
ensure
that the
`ANDROID_HOME`
environment variable
is
set
to the path
to an
Android
SDK
,
and
run
:
```
bazel build java/com/basicapp:basic_app
```
See
the
`.bazelrc`
file
for
flags needed to build the app
.