Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c0d2b8c

Browse files
author
Chris Yang
authored
Revert "Build iOS unittest target in unopt builds (#44301)"
This reverts commit 9c17c35.
1 parent 4c62dd8 commit c0d2b8c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

shell/platform/darwin/ios/BUILD.gn

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ source_set("ios_test_flutter_mrc") {
264264
}
265265

266266
shared_library("ios_test_flutter") {
267+
testonly = true
267268
visibility = [ ":*" ]
268269
cflags = [
269270
"-fvisibility=default",
@@ -303,6 +304,7 @@ shared_library("ios_test_flutter") {
303304
"framework/Source/connection_collection_test.mm",
304305
]
305306
deps = [
307+
":flutter_framework",
306308
":flutter_framework_source",
307309
":flutter_framework_source_arc",
308310
":ios_gpu_configuration",
@@ -465,8 +467,4 @@ action("flutter_framework") {
465467
]
466468

467469
deps = [ ":universal_flutter_framework" ]
468-
469-
if (is_debug) {
470-
deps += [ ":ios_test_flutter" ]
471-
}
472470
}

0 commit comments

Comments
 (0)