commit | 60d02077d86d2d1092443519290101f503aa6f7a | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Sep 29 08:48:48 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Thu Dec 22 08:25:58 2016 -0800 |
tree | 57992d2bd94784cd765729b806429928ead0d2e7 | |
parent | 36a75eeb15e58726e8cbbfe9687975740133a11b [diff] [blame] |
Replace cutils/log.h with either android/log.h or log/log.h Test: compile Bug: 31289077 Change-Id: I795a76f978d2213737f1fa908da789c543219b75
diff --git a/services/audioflinger/AudioResamplerCubic.h b/services/audioflinger/AudioResamplerCubic.h index 4b45b0b..f218fd9 100644 --- a/services/audioflinger/AudioResamplerCubic.h +++ b/services/audioflinger/AudioResamplerCubic.h
@@ -19,7 +19,7 @@ #include <stdint.h> #include <sys/types.h> -#include <cutils/log.h> +#include <android/log.h> #include "AudioResampler.h"