Skip to content

Commit

Permalink
Update android/Windows.md (#6964)
Browse files Browse the repository at this point in the history
Updated the flag `filament-skip-samples` in the code snippet to align with the documentation.
  • Loading branch information
JudgedPluto committed Jul 19, 2023
1 parent 78d9c43 commit 0e31d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ gradlew -Pcom.google.android.filament.dist-dir=..\out\android-release\filament a
If you're only interested in building SDK, you may skip samples build by passing a `com.google.android.filament.skip-samples` flag:

```
gradlew -Pcom.google.android.filament.dist-dir=..\out\android-release\filament assembleRelease -Pfilament_skip_samples
gradlew -Pcom.google.android.filament.dist-dir=..\out\android-release\filament assembleRelease -Pcom.google.android.filament.skip-samples
```


Expand Down

0 comments on commit 0e31d69

Please sign in to comment.