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.
This commit is contained in:
Michael Klimushyn 2019-08-16 17:09:09 -07:00 committed by GitHub
parent 1e1eb4d34a
commit e23a2e22ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,6 +449,7 @@ action("robolectric_tests") {
args += rebase_path(sources, root_build_dir)
deps = [
":android",
":flutter_shell_java",
]
}