Move over to ABSL logging and flags.

Removes gperftools too since that wants gflags.

Here come the fireworks.

Change-Id: I79cb7bcf60f1047fbfa28bfffc21a0fd692e4b1c
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/aos/util/status.cc b/aos/util/status.cc
index dbcd4af..e608ed5 100644
--- a/aos/util/status.cc
+++ b/aos/util/status.cc
@@ -1,5 +1,9 @@
 #include "aos/util/status.h"
 
+#include "absl/log/log.h"
+
+#include "aos/containers/inlined_vector.h"
+
 namespace aos {
 namespace {
 // Constructs a string view from the provided buffer if it has data and