提交 9c7ad5ad 编写于 作者: J Jakob Andersen 提交者: GitHub

Copy Flutter.podspec to engine out directory. (#3560)

So `flutter run --local-engine=...` will work out of the box.

Fixes flutter/flutter#9154.
上级 d0e48f2e
......@@ -177,6 +177,16 @@ copy("framework_icu") {
]
}
copy("framework_podspec") {
visibility = [ ":*" ]
sources = [
"framework/Flutter.podspec",
]
outputs = [
"$root_out_dir/Flutter.podspec",
]
}
group("flutter_framework") {
public_deps = [
":framework_dylib",
......@@ -185,5 +195,6 @@ group("flutter_framework") {
":framework_info_plist",
":framework_install_name",
":framework_module_map",
":framework_podspec",
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册