Skip to content

Commit

Permalink
Remove incorrect exec() on well_known_protos dependency.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=119224150
  • Loading branch information
aragos authored and lberki committed Apr 7, 2016
1 parent a5f374e commit eb48421
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ public Object getDefault(AttributeMap rule) {
// be present in the root workspace.
attr(PROTOBUF_WELL_KNOWN_TYPES, LABEL)
.cfg(HOST)
.exec()
.value(env.getLabel("//tools/objc:protobuf_well_known_types")))
.add(
attr(XCODE_GEN_ATTR, LABEL)
Expand Down

0 comments on commit eb48421

Please sign in to comment.