Now that rules find their tools via runfiles, remove unneeded dependencies in rules/tests and move them into the build files.
Fix up environment_plist so it works like the other scripts.
--
MOS_MIGRATED_REVID=113799298
diff --git a/tools/objc/BUILD b/tools/objc/BUILD
index eca7bb4..b9eb66b 100644
--- a/tools/objc/BUILD
+++ b/tools/objc/BUILD
@@ -100,6 +100,11 @@
srcs = [":xcrunwrapper.sh"],
)
+sh_binary(
+ name = "environment_plist",
+ srcs = [":environment_plist.sh"],
+)
+
filegroup(
name = "gcov",
srcs = [":gcov_stub"],