未验证 提交 e23a2e22 编写于 作者: M Michael Klimushyn 提交者: GitHub

More updates to the Robolectric test harness (#11068)

Previously the test wasn't correctly re-building the engine when its
files changed on multiple runs of `testing/run_tests.py`. It looks like
this is because the test build target wasn't depending on the entire
engine Android dependency, so some code changes were being ignored.
Update the build.
上级 1e1eb4d3
......@@ -449,6 +449,7 @@ action("robolectric_tests") {
args += rebase_path(sources, root_build_dir)
deps = [
":android",
":flutter_shell_java",
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册