提交 42b23eff 编写于 作者: A Alexander Aprelev 提交者: GitHub

Fix target name for flutter_patched_sdk so it doesn't conflict with...

Fix target name for flutter_patched_sdk so it doesn't conflict with patched_sdk target name, doesn't confuse ninja with depfile defined as .d (#3834)
上级 7412b7e1
......@@ -7,7 +7,7 @@ group("flutter") {
deps = [
"//flutter/lib/snapshot:generate_snapshot_bin",
"//flutter/lib/snapshot:patched_sdk",
"//flutter/lib/snapshot:flutter_patched_sdk",
"//flutter/sky",
]
......
......@@ -313,7 +313,7 @@ template("generate_vm_patched_sdk") {
}
}
generate_vm_patched_sdk("patched_sdk") {
generate_vm_patched_sdk("flutter_patched_sdk") {
libraries = [
[
"async",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册