Skip to content

Commit 897d799

Browse files
Update BUILD.md
1 parent 8dc573a commit 897d799

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

BUILD.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ Building **onecourse** is a two-step process:
6565
- [Google device drivers](https://dl.google.com/dl/android/aosp/google_devices-dragon-mxc89l-5452d463.tgz)
6666
- [Nvidia drivers](https://dl.google.com/dl/android/aosp/nvidia-dragon-mxc89l-7dd0c758.tgz)
6767

68-
4. Apply `onecourse-AOSP.patch` to the AOSP source tree:
68+
4. Apply `onecourse-AOSP.patch` from the **onecourse source** repository to the AOSP source tree (current workign folder):
6969

70-
curl https://github.com/XPRIZE/GLEXP-Team-onebillion/master/onecourse-AOSP.patch | git apply -v --index
71-
70+
git apply -v --index $ROOT_FOLDER/onecourse-AOSP.patch
7271
git commit -m "Applied onecourse system modifications"
7372

7473

0 commit comments

Comments
 (0)