We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc573a commit 897d799Copy full SHA for 897d799
BUILD.md
@@ -65,10 +65,9 @@ Building **onecourse** is a two-step process:
65
- [Google device drivers](https://dl.google.com/dl/android/aosp/google_devices-dragon-mxc89l-5452d463.tgz)
66
- [Nvidia drivers](https://dl.google.com/dl/android/aosp/nvidia-dragon-mxc89l-7dd0c758.tgz)
67
68
-4. Apply `onecourse-AOSP.patch` to the AOSP source tree:
+4. Apply `onecourse-AOSP.patch` from the **onecourse source** repository to the AOSP source tree (current workign folder):
69
70
- curl https://github.com/XPRIZE/GLEXP-Team-onebillion/master/onecourse-AOSP.patch | git apply -v --index
71
-
+ git apply -v --index $ROOT_FOLDER/onecourse-AOSP.patch
72
git commit -m "Applied onecourse system modifications"
73
74
0 commit comments