diff --git a/constraints/BUILD b/constraints/BUILD index b63a382..6abdc43 100644 --- a/constraints/BUILD +++ b/constraints/BUILD @@ -34,6 +34,7 @@ constraint_value( # Constraint indicating if the platform belongs to an "Apple" platform (iOS, watchOS, tvOS, etc.) constraint_setting( name = "target_vendor", + default_constraint_value = ":apple", visibility = ["//visibility:private"], )