Introduce mojo_root.
This allows projects to import generated mojo related files
by using the path relative to platform2 root directory.
BUG=None
TEST=Build locally. Trybot.
Change-Id: I152ea5b0a8c30f750e99e57628cc195e498e4a33
Reviewed-on: https://chromium-review.googlesource.com/1199782
Commit-Ready: Hidehiko Abe <hidehiko@chromium.org>
Tested-by: Hidehiko Abe <hidehiko@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
diff --git a/ml/graph_executor_impl.cc b/ml/graph_executor_impl.cc
index ca20000..e697d48 100644
--- a/ml/graph_executor_impl.cc
+++ b/ml/graph_executor_impl.cc
@@ -7,8 +7,8 @@
#include <set>
#include <utility>
+#include "ml/mojom/tensor.mojom.h"
#include "ml/tensor_view.h"
-#include "mojom/tensor.mojom.h"
namespace ml {