aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibraryRule.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibraryRule.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibraryRule.java
index a55b0ea3b4..bddb0a9a85 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibraryRule.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcProtoLibraryRule.java
@@ -49,8 +49,6 @@ public class ObjcProtoLibraryRule implements RuleDefinition {
static final String PORTABLE_PROTO_FILTERS_ATTR = "portable_proto_filters";
static final String USES_PROTOBUF_ATTR = "uses_protobuf";
- static final String XCODE_GEN_ATTR = "$xcodegen";
-
private final ObjcProtoAspect objcProtoAspect;
/**
@@ -152,11 +150,6 @@ public class ObjcProtoLibraryRule implements RuleDefinition {
ProtoSourceFileBlacklist.blacklistFilegroupAttribute(
PROTOBUF_WELL_KNOWN_TYPES,
ImmutableList.of(env.getToolsLabel("//tools/objc:protobuf_well_known_types"))))
- .add(
- attr(XCODE_GEN_ATTR, LABEL)
- .cfg(HOST)
- .exec()
- .value(env.getToolsLabel("//tools/objc:xcodegen")))
.cfg(AppleCrosstoolTransition.APPLE_CROSSTOOL_TRANSITION)
.build();
}