Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 08a1220

Browse files
committed
Merge pull request #4 from abarth/improve_contributing_md
Improve CONTRIBUTING.md to distinguish between Linux and Android steps.
2 parents edd9b31 + 6be1c2a commit 08a1220

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,26 @@ target_os = ["android"]
2929
* `gclient sync`
3030
* `cd src`
3131
* `git remote add upstream git@github.com:domokit/sky_engine.git`
32-
* `./build/install-build-deps.sh`
3332

3433
Building the code
3534
-----------------
3635

37-
* `./mojo/tools/mojob gn`
38-
* `ninja -C out/Debug`
36+
Currently we support building for an Android target and for a headless Linux
37+
target.
38+
39+
### Android
40+
41+
* (Only the first time) `./build/install-build-deps-android.sh`
42+
* `./mojo/tools/mojob.py gn --android` (Note: There's currently a harmless
43+
go-related error when running this command.)
44+
* `ninja -C out/android_Debug`
45+
46+
### Linux
47+
48+
* (Only the first time) `./build/install-build-deps.sh`
49+
* `./mojo/tools/mojob.py gn` (Note: There's currently a harmless go-related
50+
error when running this command.)
51+
* `ninja -C out/Debug`
3952

4053
Contributing code
4154
-----------------

0 commit comments

Comments
 (0)