Skip to content

Commit

Permalink
building crosswalk: Fix Android target names.
Browse files Browse the repository at this point in the history
Do not hardcode "xwalk" like we do for other platforms, as the target names
in Android are different. Fixes crosswalk-project/crosswalk#4002.
  • Loading branch information
Raphael Kubo da Costa committed Jun 29, 2017
1 parent 60d8b04 commit fb83706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/contribute/building_crosswalk/android_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Crosswalk.
```
cd C:\path\to\crosswalk-checkout\src
ninja -C YOUR-BUILD-DIR xwalk
ninja -C YOUR-BUILD-DIR YOUR-TARGET
```
You should replace **YOUR-BUILD-DIR** above with the appropriate directory
Expand Down

0 comments on commit fb83706

Please sign in to comment.