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",