diff --git a/shell/platform/android/BUILD.gn b/shell/platform/android/BUILD.gn index 2568032a7aa..6a286f35675 100644 --- a/shell/platform/android/BUILD.gn +++ b/shell/platform/android/BUILD.gn @@ -449,6 +449,7 @@ action("robolectric_tests") { args += rebase_path(sources, root_build_dir) deps = [ + ":android", ":flutter_shell_java", ] }