This commit is contained in:
Attila Uygun 2023-08-13 00:00:09 +02:00
parent b06092ef8d
commit 2d35d0ef53
1 changed files with 1 additions and 1 deletions

View File

@ -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