Remove empty cc_library //aos/logging
It was just pointing to //aos/logging:implementations. Rename that
cc_library to //aos/logging and delete the empty one. This is an
attempt to simplify //aos/logging.
Change-Id: Ia182d4695f276da96a5c97c017fc2084187ad5d3
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/aos/util/BUILD b/aos/util/BUILD
index 8ce96f0..d12a10b 100644
--- a/aos/util/BUILD
+++ b/aos/util/BUILD
@@ -189,7 +189,7 @@
],
target_compatible_with = ["@platforms//os:linux"],
deps = [
- "//aos/logging:implementations",
+ "//aos/logging",
],
)