summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuntao Xu <yuntaoxu@google.com>2022-02-02 19:40:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-02-02 19:40:15 +0000
commitad6b96a1057439e86c9b327cf861c2fca10f8e5c (patch)
treec4e7ce59f272d76d994191374acc6da7826f80ba
parentf245f4a647ef541456243002faf91e3af6e19c82 (diff)
parentcbbfeb5b72c25914cb6878004a9bd471c4c42a56 (diff)
downloadsound_trigger_hal-ad6b96a1057439e86c9b327cf861c2fca10f8e5c.tar.gz
Replace cutils/log.h by log/log.h am: 94d0dc07e1 am: 389b1c0fa8 am: cbbfeb5b72
Original change: https://android-review.googlesource.com/c/platform/hardware/knowles/athletico/sound_trigger_hal/+/1967468 Change-Id: I423b513896bc8ff5c27a1401aa513a5c40b6931c
-rw-r--r--tests/tunnel_test_sensor.c2
1 files changed, 1 insertions, 1 deletions
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>