commit | d339a9bc566bc721695e8110ad302367dbd27c7f | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sat Oct 05 21:33:32 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Oct 06 13:51:41 2019 -0700 |
tree | 9335953832d692b7fcfc06b215f2e2dfe00de27a | |
parent | 43c6a355bc4d8629685c37ad17e2b0fd84626abb [diff] [blame] |
Use string_view instead of string for json. This supports char* and ::std::string. Change-Id: I2b9aea9feacbfc16baf01f7750be52b44fc6fbe4
diff --git a/aos/BUILD b/aos/BUILD index c73336e..0631e66 100644 --- a/aos/BUILD +++ b/aos/BUILD
@@ -433,6 +433,7 @@ ":flatbuffer_utils", "//aos/logging", "@com_github_google_flatbuffers//:flatbuffers", + "@com_google_absl//absl/strings", ], )