From 3941249dfeac199c42964ee7a8ef74c71d487720 Mon Sep 17 00:00:00 2001 From: jianglai Date: Mon, 30 Jul 2018 11:31:24 -0700 Subject: [PATCH] Remove the deprecated, now no-op, "data" transition This only used to have effect for C++ LIPO, which has been removed from Blaze. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=206617307 --- java/google/registry/builddefs/zip_file.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/builddefs/zip_file.bzl b/java/google/registry/builddefs/zip_file.bzl index dcb584e22..a37456bc5 100644 --- a/java/google/registry/builddefs/zip_file.bzl +++ b/java/google/registry/builddefs/zip_file.bzl @@ -247,7 +247,7 @@ zip_file = rule( attrs = { "out": attr.output(mandatory = True), "srcs": attr.label_list(allow_files = True), - "data": attr.label_list(cfg = "data", allow_files = True), + "data": attr.label_list(allow_files = True), "deps": attr.label_list(providers = ["zip_file"]), "exclude": attr.string_list(), "mappings": attr.string_dict(),