未验证 提交 cf664831 编写于 作者: J Jason Simmons 提交者: GitHub

Remove the output directory prefix from the Android engine JAR filename (#11015)

上级 2e8e6932
......@@ -315,8 +315,7 @@ action("android") {
engine_artifact_id =
string_replace(android_app_abi, "-", "_") + "_" + flutter_runtime_mode
engine_jar_filename =
"$root_build_dir/$engine_artifact_id-1.0.0-$engine_version.jar"
engine_jar_filename = "$engine_artifact_id-1.0.0-$engine_version.jar"
outputs = [
"$root_build_dir/flutter.jar",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册