Pull $flutter_root:config into shell/engine/version:version (#6186)

To fix the Fuchsia build.
This commit is contained in:
Zachary Anderson 2018-09-06 12:26:20 -07:00 committed by GitHub
parent a146862524
commit 30c8da8abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,6 @@ source_set("version") {
"SHELL_SKIA_VERSION=\"$shell_skia_version\"",
"SHELL_DART_VERSION=\"$shell_dart_version\"",
]
public_configs = [ "$flutter_root:config" ]
}