Index: third_party/mesa/BUILD.gn |
diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn |
index 0b1f828af135357ef9875d145db08bf09b9ff150..468a7e612b92671cb349ad49ec1d890037d84468 100644 |
--- a/third_party/mesa/BUILD.gn |
+++ b/third_party/mesa/BUILD.gn |
@@ -688,5 +688,9 @@ if (!is_android) { # TODO(GYP) enable for Android. |
] |
} |
} |
+} else { |
+ # Placeholder to allow targets to unconditionally depend on this. |
+ group("osmesa") { |
+ } |
} # !is_android |
# TODO(GYP) Android osmesa_in_lib_dir target. |