liblog: use log/log.h when utilizing ALOG macros

Test: compile
Bug: 30465923
Change-Id: I4329b7dc918b732b07662a27c52e3b431ffabd3d
diff --git a/audio_route/audio_route.c b/audio_route/audio_route.c
index d5782b1..3796958 100644
--- a/audio_route/audio_route.c
+++ b/audio_route/audio_route.c
@@ -24,7 +24,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include <android/log.h>
+#include <log/log.h>
 
 #include <tinyalsa/asoundlib.h>