hal: Use log/log.h instead of cutils/log.h

Change-Id: I6e52524cc650eea234fbcf64ed17104dd8a3f001
diff --git a/post_proc/bundle.c b/post_proc/bundle.c
index ce0d0ec..99d8349 100644
--- a/post_proc/bundle.c
+++ b/post_proc/bundle.c
@@ -40,7 +40,7 @@
 
 #include <stdlib.h>
 #include <cutils/list.h>
-#include <cutils/log.h>
+#include <log/log.h>
 #include <system/thread_defs.h>
 #include <tinyalsa/asoundlib.h>
 #include <hardware/audio_effect.h>