Add missing liblog dependency

Bug: http://b/31289077
Bug: http://b/27171986
Test: remove liblog from libcutils and recompile
Change-Id: I5d6ded54613e8a29f20495d8f977064f0af2ffd6
diff --git a/cmds/atrace/Android.bp b/cmds/atrace/Android.bp
index 6bfb0a4..194a565 100644
--- a/cmds/atrace/Android.bp
+++ b/cmds/atrace/Android.bp
@@ -6,6 +6,7 @@
 
     shared_libs: [
         "libbinder",
+        "liblog",
         "libcutils",
         "libutils",
         "libz",