提交 0629d36a 编写于 作者: J Jason Simmons

Fix the dist target when building in AOT (deploy) mode on Android (#2617)

上级 3d35f392
......@@ -110,7 +110,7 @@ if (is_android) {
group("dist") {
deps = []
if (!is_ios && !is_mac) {
if (!flutter_aot) {
deps += [ ":sky_shell" ]
}
......
......@@ -89,6 +89,7 @@ def to_gn_args(args):
else:
gn_args['target_cpu'] = 'x64'
gn_args['flutter_aot'] = aot
if aot:
gn_args['flutter_aot'] = True
gn_args['dart_target_arch'] = gn_args['target_cpu']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册