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/testing/BUILD b/aos/testing/BUILD index ed410b1..0c214ed 100644 --- a/aos/testing/BUILD +++ b/aos/testing/BUILD
@@ -8,6 +8,7 @@ deps = [ "//third_party/googletest:gtest", "@com_github_gflags_gflags//:gflags", + "@com_github_google_glog//:glog", ], )