commit | cb10841043d53048c4daea9bc2cb21cf9775e044 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Oct 13 16:09:54 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Oct 26 12:25:06 2019 -0700 |
tree | 7eea936c82ec60ef26f20eaec80f5540c48ed4ea | |
parent | a109af6a0efa7a40d35bd1283880f78b921ef634 [diff] [blame] |
Add support for reading, merging, and querying configs Change-Id: I04a07cf5e9a6b41213b3101f3e04be350e50b41f
diff --git a/aos/util/BUILD b/aos/util/BUILD index 7b50f49..be6055d 100644 --- a/aos/util/BUILD +++ b/aos/util/BUILD
@@ -297,6 +297,7 @@ deps = [ "//aos/logging", "//aos/scoped:scoped_fd", + "@com_google_absl//absl/strings", ], )