Merges and also adding new bazel build mode

This commit is contained in:
Gennadiy Civil
2018-01-31 12:05:18 -05:00
parent e55fded0c8
commit e6ec8bc52f
3 changed files with 4 additions and 1 deletions

View File

@@ -104,6 +104,7 @@ cc_library(
deps = select ({
":has_absl": [
"@com_google_absl//absl/types:optional",
"@com_google_absl//absl/strings"
],
"//conditions:default": [],
}