commit | eb16561336e6445f7edae047998f2459e046cdfe | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Tue Jan 10 09:08:19 2017 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Tue Jan 10 10:04:43 2017 -0800 |
tree | c4a00a444fb228f725324b66fbf426a0a00728c3 | |
parent | 98d1217d58b1879eccee445c3510a8c563a61d11 [diff] [blame] |
liblog: use log/log.h for ALOG macros Test: compile Bug: 30465923 Change-Id: I247151363604714088b6059279702702b4e9f89a
diff --git a/services/audioflinger/AudioResampler.cpp b/services/audioflinger/AudioResampler.cpp index 43624a0..8b7259d 100644 --- a/services/audioflinger/AudioResampler.cpp +++ b/services/audioflinger/AudioResampler.cpp
@@ -22,8 +22,8 @@ #include <stdlib.h> #include <sys/types.h> -#include <android/log.h> #include <cutils/properties.h> +#include <log/log.h> #include <audio_utils/primitives.h> #include "AudioResampler.h"