Merge pull request #137 from vishalpowar/add_visibility

Add visibility
pull/13171/head
Joshua Haberman 6 years ago committed by GitHub
commit fb6f7e9689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD

@ -50,6 +50,7 @@ cc_library(
"-pedantic",
"-Wno-long-long",
],
visibility = ["//visibility:public"],
)
cc_library(

Loading…
Cancel
Save