commit | aa488c37b6b993145346efaa6584049dc74b0bac | [log] [tgz] |
---|---|---|
author | Hidehiko Abe <hidehiko@chromium.org> | Fri Aug 31 23:49:41 2018 +0900 |
committer | chrome-bot <chrome-bot@chromium.org> | Sun Sep 16 04:04:34 2018 -0700 |
tree | 39899856657bc799ed2503ba7678583e378f3dcd | |
parent | a571707a92788b3ef0738a3d702d4203baa16efa [diff] [blame] |
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/machine_learning_service_impl.cc b/ml/machine_learning_service_impl.cc index 8c97447..79a7ef0 100644 --- a/ml/machine_learning_service_impl.cc +++ b/ml/machine_learning_service_impl.cc
@@ -12,7 +12,7 @@ #include <tensorflow/contrib/lite/model.h> #include "ml/model_impl.h" -#include "mojom/model.mojom.h" +#include "ml/mojom/model.mojom.h" namespace ml {