Pull $flutter_root:config into shell/engine/version:version (flutter/engine#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 68a34db17e
commit 36f54c75cc

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" ]
}