Skip to content

Commit

Permalink
update README.md (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjodinchr authored Dec 13, 2024
1 parent ee3a079 commit 7dd3993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# Using `ninja-to-soong`

```
<ninja-to-soong> $ cargo run --release -- <android_repository_path> <android_ndk_path>
<ninja-to-soong> $ cargo run --release -- <android_tree_path>
```

# Tests
Expand All @@ -60,7 +60,7 @@ If you want more information take a look at the [github action script](.github/w

- It is possible to run a specific set of projects by adding them after the required arguments:
```
<ninja-to-soong> $ cargo run -- <android_tree_root> <android_ndk_path> <project1> <project2>
<ninja-to-soong> $ cargo run -- <android_tree_path> <project1> <project2>
```

- `Android.bp` files can be automatically copied to the Android tree by setting `NS2_COPY_TO_AOSP`.

0 comments on commit 7dd3993

Please sign in to comment.