Skip to content

Commit

Permalink
[android] bootstrap before building (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtdkp committed Jul 6, 2021
1 parent 676410b commit 5bf54fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions android/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This document describes how to build the OT Commissioner Android App.
- macOS or Linux computer.
- Install latest Android Studio from [here](https://developer.android.com/studio).

## Bootstrap

```shell
../script/bootstrap.sh
```

## Build shared library

The Commissioner Android App is built on top of the native OT Commissioner library. Run the `build-commissioner-libs.sh` script in this directory to build the required libraries:
Expand Down
2 changes: 1 addition & 1 deletion android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ The OpenThread (OT) Commissioner Android App commissions a new Thread 1.1 Device

## Build

See [BUILDING.md](./BUILDING.md).
Follow [BUILDING.md](./BUILDING.md) to build the Android App.

0 comments on commit 5bf54fa

Please sign in to comment.