commit | e74bbf18a6595a914d3c771be08a72077465c51f | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Jan 12 15:10:27 2017 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Thu Jan 12 15:10:27 2017 -0800 |
tree | 67ecfbc9a118ea695beaf5536bcd3ea5e9cfe376 | |
parent | ce961d374f8436a50e63a081afa6b6c3185b2f90 [diff] [blame] |
liblog: use log/log.h for ALOG macros Test: compile Bug: 34250038 Change-Id: Ie3b92790df631dbacdd51053264dddeba66913c1
diff --git a/services/audioflinger/tests/resampler_tests.cpp b/services/audioflinger/tests/resampler_tests.cpp index 406b960..b0d384d 100644 --- a/services/audioflinger/tests/resampler_tests.cpp +++ b/services/audioflinger/tests/resampler_tests.cpp
@@ -32,8 +32,8 @@ #include <utility> #include <vector> -#include <android/log.h> #include <gtest/gtest.h> +#include <log/log.h> #include <media/AudioBufferProvider.h> #include "AudioResampler.h"