Fix external build issue

This commit is contained in:
Lu Chen
2020-02-14 14:08:15 -08:00
parent 77b2fcc678
commit 688dd62dae
7 changed files with 28 additions and 43 deletions

View File

@@ -91,11 +91,15 @@ cc_library(
name = "status",
srcs = ["status.cc"],
hdrs = ["status.h"],
copts = ["-fvisibility=default"],
deps = [
"@abseil_repo//absl/base:core_headers",
"@abseil_repo//absl/strings",
"//util:error_space",
],
# Make sure SDKs links in symbols defined in this
# target.
alwayslink = 1,
)
cc_test(