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.h b/ml/graph_executor_impl.h
index 6ed999d..cc5f190 100644
--- a/ml/graph_executor_impl.h
+++ b/ml/graph_executor_impl.h
@@ -16,7 +16,7 @@
#include <mojo/public/cpp/bindings/map.h>
#include <tensorflow/contrib/lite/model.h>
-#include "mojom/graph_executor.mojom.h"
+#include "ml/mojom/graph_executor.mojom.h"
namespace ml {