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/AudioResamplerCubic.cpp b/services/audioflinger/AudioResamplerCubic.cpp index d27dce7..9fb6699 100644 --- a/services/audioflinger/AudioResamplerCubic.cpp +++ b/services/audioflinger/AudioResamplerCubic.cpp
@@ -19,7 +19,8 @@ #include <stdint.h> #include <string.h> #include <sys/types.h> -#include <android/log.h> + +#include <log/log.h> #include "AudioResampler.h" #include "AudioResamplerCubic.h"