diff options
Diffstat (limited to 'device/serial/BUILD.gn')
-rw-r--r-- | device/serial/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn index 1ee6c5f..f66cedf 100644 --- a/device/serial/BUILD.gn +++ b/device/serial/BUILD.gn @@ -45,6 +45,7 @@ static_library("serial") { public_deps = [ ":serial_mojo", "//base", + "//device/core", ] deps = [ "//mojo/public/cpp/system", |