Mark some targets with target_compatible_with.
objc_library really will only build for Apple platforms, so tag it as such. The objc conformance test really will only build/run on macOS, so tag it as such. With these two changes, it should be safer for recursive builds that include this directory no matter what the host platform is. PiperOrigin-RevId: 508438744
Loading
Please sign in to comment