mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #318 from abarth/smaller_apks
Compress assets in APKs
This commit is contained in:
commit
f92e594895
@ -75,6 +75,8 @@ template("sky_app") {
|
||||
native_libs = [ "libsky_shell.so" ]
|
||||
asset_location = "$target_gen_dir/assets"
|
||||
|
||||
extensions_to_not_compress = ".skyx"
|
||||
|
||||
deps = [
|
||||
"//base:base_java",
|
||||
"//sky/shell:assets",
|
||||
|
||||
@ -155,6 +155,8 @@ if (is_android) {
|
||||
native_libs = [ "libsky_shell.so" ]
|
||||
asset_location = "$root_build_dir/sky_shell/assets"
|
||||
|
||||
extensions_to_not_compress = ".skyx"
|
||||
|
||||
deps = [
|
||||
":assets",
|
||||
":assets",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user