From 61666e38dfff7109f3c8eea3f1769273312f67fa Mon Sep 17 00:00:00 2001 From: Yaz Saito Date: Wed, 2 Nov 2016 12:43:56 -0700 Subject: [PATCH] Add WORKSPACE, fix BUILD. --- BUILD | 3 --- WORKSPACE | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 WORKSPACE diff --git a/BUILD b/BUILD index c9dc00d..3b8a7c6 100644 --- a/BUILD +++ b/BUILD @@ -37,9 +37,6 @@ cc_library( "-DHAVE_RWLOCK", "-DGFLAGS_INTTYPES_FORMAT_C99", ], - includes = [ - "include", - ], visibility = ["//visibility:public"], ) diff --git a/WORKSPACE b/WORKSPACE new file mode 100644 index 0000000..ae57ffa --- /dev/null +++ b/WORKSPACE @@ -0,0 +1 @@ +workspace(name = "com_googlesource_code_gflags")