Replace cutils/log.h by log/log.h

Replaced the cutils/log.h file by the log/log.h file, please refer
to b/78370064 and the bug below for more details.

Bug: 217477987
Test: make -k tidy-hardware-knowles-athletico-sound_trigger_hal
Test: m adnc_strm.primary.default
Test: TreeHugger
Change-Id: Ia0c9d48d1f9f0322c3684feb6acc4a362d6a2ebb
diff --git a/tests/tunnel_test_sensor.c b/tests/tunnel_test_sensor.c
index 2c218d2..08f4c92 100644
--- a/tests/tunnel_test_sensor.c
+++ b/tests/tunnel_test_sensor.c
@@ -25,7 +25,7 @@
 
 #define LOG_TAG "ia_tunneling_sensor_test"
 
-#include <cutils/log.h>
+#include <log/log.h>
 #include <linux/mfd/adnc/iaxxx-system-identifiers.h>
 #include <linux/mfd/adnc/iaxxx-tunnel-intf.h>
 #include <linux/mfd/adnc/iaxxx-sensor-tunnel.h>