Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

building crosswalk: Fix Android target names. #354

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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