Build the flutter tester on Linux in the default group. (#5267)

This commit is contained in:
Chinmay Garde 2018-05-15 13:39:14 -07:00 committed by GitHub
parent 63fdebf209
commit 17a71f6969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,7 @@
# found in the LICENSE file.
group("linux") {
deps = [
"$flutter_root/shell/testing",
]
}