Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_android
/
b461ef6ca17a72a6737ee8490b1fdc5bca6509ac
/
.
/
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
.