Estimate the distributed clock with boots accounted for

Route the current boot through both the noncausal filter, and the
timestamp solver code.  This gets us 1 step closer to exposing boots
to the user.

This stops before changing log_reader though.  We still CHECK on the way
into the SimulatedEventLoopFactory that actually runs reading.  This
felt like a reasonable intermediate point.

Change-Id: I85d0735c449a2aacf8cc457bdbcdbd667f1809ef
Signed-off-by: Austin Schuh <austin.schuh@bluerivertech.com>
diff --git a/aos/network/BUILD b/aos/network/BUILD
index 067ae35..48a71c6 100644
--- a/aos/network/BUILD
+++ b/aos/network/BUILD
@@ -505,6 +505,7 @@
     target_compatible_with = ["@platforms//os:linux"],
     deps = [
         "//aos:configuration",
+        "//aos/events/logging:boot_timestamp",
         "//aos/time",
         "@com_google_absl//absl/strings",
     ],