File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
engine/src/flutter/shell/platform/fuchsia/flutter Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -987,12 +987,12 @@ if (enable_unittests) {
987987 },
988988 ]
989989 if (is_aot_test ) {
990- resources += [
991- {
992- path = " $root_gen_dir /flutter/shell/platform/embedder/assets/app_elf_snapshot.so"
993- dest = " assets/app_elf_snapshot.so"
994- },
995- ]
990+ resources += [
991+ {
992+ path = " $root_gen_dir /flutter/shell/platform/embedder/assets/app_elf_snapshot.so"
993+ dest = " assets/app_elf_snapshot.so"
994+ },
995+ ]
996996 }
997997 }
998998
@@ -1026,12 +1026,12 @@ if (enable_unittests) {
10261026 },
10271027 ]
10281028 if (is_aot_test ) {
1029- resources += [
1030- {
1031- path = " $root_gen_dir /flutter/third_party/tonic/tests/assets/app_elf_snapshot.so"
1032- dest = " assets/app_elf_snapshot.so"
1033- },
1034- ]
1029+ resources += [
1030+ {
1031+ path = " $root_gen_dir /flutter/third_party/tonic/tests/assets/app_elf_snapshot.so"
1032+ dest = " assets/app_elf_snapshot.so"
1033+ },
1034+ ]
10351035 }
10361036 }
10371037
You can’t perform that action at this time.
0 commit comments