commit | 7fe0449e8142daca89ab6817c07b100b3d4aab2e | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Jan 02 13:37:21 2022 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Jan 02 13:38:00 2022 -0800 |
tree | 978faf07cd8d35eaae40d91cabb2f1cbb0910302 | |
parent | b72be80ed7c3846b3ebcf474007b3dd2a698af01 [diff] [blame] |
Finish converting GSL to absl::Span One less dependency. Change-Id: Iaac25a3c1312a21a8a2b77b8cfee2463bdb51196 Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/motors/print/BUILD b/motors/print/BUILD index df27ce2..93f54f9 100644 --- a/motors/print/BUILD +++ b/motors/print/BUILD
@@ -8,7 +8,7 @@ deps = [ "//aos/containers:sized_array", "//motors/core", - "//third_party/GSL", + "@com_google_absl//absl/types:span", ], )