Prefix LOG and CHECK with AOS_

This prepares us for introducing glog more widely and transitioning
things over where they make sense.

Change-Id: Ic6c208882407bc2153fe875ffc736d66f5c8ade5
diff --git a/aos/time/BUILD b/aos/time/BUILD
index 6570490..e08ef7b 100644
--- a/aos/time/BUILD
+++ b/aos/time/BUILD
@@ -12,9 +12,9 @@
     deps = [
         "//aos:macros",
         "//aos/ipc_lib:shared_mem",
-        "//aos/logging",
         "//aos/mutex",
         "//aos/type_traits",
+        "@com_github_google_glog//:glog",
     ],
 )