From 3003f0877086d69d0a236872eb97e1d5592cda39 Mon Sep 17 00:00:00 2001 From: Leo Lara Date: Wed, 16 Feb 2022 23:35:19 +0700 Subject: [PATCH] Remove unnecessary target of third_party/herumi/bls.BUILD (#10252) Co-authored-by: Preston Van Loon --- third_party/herumi/bls.BUILD | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/third_party/herumi/bls.BUILD b/third_party/herumi/bls.BUILD index 456f43cff..75aef9886 100644 --- a/third_party/herumi/bls.BUILD +++ b/third_party/herumi/bls.BUILD @@ -1,24 +1,3 @@ package(default_visibility = ["//visibility:public"]) -cc_library( - name = "bls_c384_256", - srcs = [ - "src/bls_c384_256.cpp", - ], - deps = [ - "@herumi_mcl//:bn", - ], - hdrs = [ - "include/bls/bls.h", - "src/bls_c_impl.hpp", - "src/qcoeff-bn254.hpp", - ], - includes = [ - "include", - ], - copts = [ - "-DBLS_SWAP_G", - "-DBLS_ETH", - "-std=c++03", - ], -) +exports_files(["src/bls_c384_256.cpp", "src/bls_c_impl.hpp"])