mirror of https://github.com/auygun/kaliber.git
fix
This commit is contained in:
parent
b06092ef8d
commit
2d35d0ef53
|
@ -24,7 +24,7 @@ Linux is the supported host platform to build for Android. **Gradle**,
|
||||||
Setup:
|
Setup:
|
||||||
```text
|
```text
|
||||||
gn gen out/release
|
gn gen out/release
|
||||||
gn gen --args='is_debug=true' out/debug
|
gn gen --args="is_debug=true" out/debug
|
||||||
```
|
```
|
||||||
Building and running:
|
Building and running:
|
||||||
```text
|
```text
|
||||||
|
|
Loading…
Reference in New Issue