diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn index 196b28d8788..b4e75287f84 100644 --- a/sky/shell/BUILD.gn +++ b/sky/shell/BUILD.gn @@ -270,6 +270,7 @@ if (is_android) { deps = common_deps + [ ":common", + "//mojo/common", "//sky/services/ns_net", "//sky/services/testing:interfaces", ]