Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_android
/
97dee89abe33a078ffc5cb113f0d8b4873cd6d3a
/
.
/
examples
/
basicapp
/
README.md
blob: 183e122ed12678b535b0996df1cd1f85718c4d2d [
file
] [
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
.