Skip to content
Snippets Groups Projects
Commit a86efadb authored by Benjamin Lerman's avatar Benjamin Lerman
Browse files

[fuchsia] Add build dependency to utility

Change-Id: I4a65d11bf96aa4067d32330f9012a92dbbeebd4b
parent 08ec039a
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,8 @@ static_library("absl") {
public_configs = [ "//third_party/abseil-cpp:abseil_config" ]
public_deps = [
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/flags",
"//third_party/abseil-cpp/absl/strings",
"//third_party/abseil-cpp/absl/utility",
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment