diff --git a/sky/build/sky_app.gni b/sky/build/sky_app.gni index 6890cf67ea4..a4380bf3b2a 100644 --- a/sky/build/sky_app.gni +++ b/sky/build/sky_app.gni @@ -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", diff --git a/sky/shell/BUILD.gn b/sky/shell/BUILD.gn index 47fc1b7ed27..05be30d319d 100644 --- a/sky/shell/BUILD.gn +++ b/sky/shell/BUILD.gn @@ -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",