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

Commit 4d28d4d

Browse files
authored
Revert "Reland "Build iOS unittest target in unopt builds" (#44356)" (#44821)"
This reverts commit 1d703f0.
1 parent df619c6 commit 4d28d4d

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

BUILD.gn

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ group("unittests") {
149149
[ "//flutter/shell/platform/android:flutter_shell_native_unittests" ]
150150
}
151151

152-
if (is_ios) {
153-
public_deps += [ "//flutter/shell/platform/darwin/ios:ios_test_flutter" ]
154-
}
155-
156152
# Compile all unittests targets if enabled.
157153
if (enable_unittests) {
158154
public_deps += [

shell/platform/darwin/ios/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ source_set("ios_test_flutter_mrc") {
270270

271271
shared_library("ios_test_flutter") {
272272
testonly = true
273-
visibility = [ "*" ]
273+
visibility = [ ":*" ]
274274
cflags = [
275275
"-fvisibility=default",
276276
"-F$platform_frameworks_path",

0 commit comments

Comments
 (0)