Updating readme with bad ninja state and adding Ben to OWNERS
Also had to remove kristian for validation reason, and reordered
alphabetically.
Change-Id: Ic4909432f7b22149de43fe89800a0c8507a51ff8
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/croscomp/+/3805800
Commit-Queue: John Plate <jplate@google.com>
Auto-Submit: Lucas Berthou <berlu@chromium.org>
Tested-by: Lucas Berthou <berlu@chromium.org>
Reviewed-by: John Plate <jplate@google.com>
diff --git a/OWNERS b/OWNERS
index e5445fc..b1fe272 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,3 +1,3 @@
-hoegsberg@chromium.org
-jplate@google.com
berlu@chromium.org
+bwidawsk@google.com
+jplate@google.com
\ No newline at end of file
diff --git a/README.md b/README.md
index 566d8ac..64cedcc 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,13 @@
$ cros deploy $DUT dev-libs/libevdev
$ cros deploy $DUT libinput
+When running the ./do-build.sh script if you get the following error
+ $ ninja: error: loading 'build.ninja': No such file or directory`
+It means menson generation failed to generate the build.ninja file, the easiest work around is to delete weston out folder and retry the script
+ $ rm /mnt/host/source/src/platform/croscomp/target/x86_64-cros-linux-gnu/debug/weston
+
+ $ ./do-build.sh
+
Running chrome under croscomp
-----------------------------