commit | 81d0fe4346f29a3b3a9ecfcabea05de97342f657 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.schuh@bluerivertech.com> | Wed Aug 17 16:29:23 2022 -0700 |
committer | Austin Schuh <austin.schuh@bluerivertech.com> | Wed Aug 17 20:31:49 2022 -0700 |
tree | 3f7544afd268855f587f10bdc4d80d68167230e7 | |
parent | 8e2dfc6648308173e8b953c14323c94592731569 [diff] [blame] |
Support constexpr UUIDs. Change-Id: I29f129d5c9dd250870ad1b633f0299501d34d2f8 Signed-off-by: Austin Schuh <austin.schuh@bluerivertech.com>
diff --git a/aos/BUILD b/aos/BUILD index a1c92e7..d43b44f 100644 --- a/aos/BUILD +++ b/aos/BUILD
@@ -666,6 +666,7 @@ target_compatible_with = ["@platforms//os:linux"], visibility = ["//visibility:public"], deps = [ + ":thread_local", "@com_github_gflags_gflags//:gflags", "@com_github_google_flatbuffers//:flatbuffers", "@com_github_google_glog//:glog",