提交 2ffab039 编写于 作者: J Jason Simmons 提交者: GitHub

Package the stripped build of libflutter.so inside flutter.jar (#3531)

上级 da81fa47
...@@ -131,7 +131,7 @@ action("android") { ...@@ -131,7 +131,7 @@ action("android") {
inputs = [ inputs = [
"$root_build_dir/flutter_java.jar", "$root_build_dir/flutter_java.jar",
"$root_build_dir/libflutter.so", "$root_build_dir/lib.stripped/libflutter.so",
"$root_build_dir/flutter_shell_assets/icudtl.dat", "$root_build_dir/flutter_shell_assets/icudtl.dat",
] ]
...@@ -147,7 +147,7 @@ action("android") { ...@@ -147,7 +147,7 @@ action("android") {
"--asset_dir", "--asset_dir",
rebase_path("flutter_shell_assets", root_build_dir, root_build_dir), rebase_path("flutter_shell_assets", root_build_dir, root_build_dir),
"--native_lib", "--native_lib",
rebase_path("libflutter.so", root_build_dir, root_build_dir), rebase_path("lib.stripped/libflutter.so", root_build_dir, root_build_dir),
"--android_abi", "--android_abi",
"$android_app_abi", "$android_app_abi",
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册