commit | 153b9fe667e6e78e0218ff0159353097428c7657 | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Mon Jul 15 11:23:36 2013 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Fri Jul 19 09:30:37 2013 -0700 |
tree | 360a76911071e362a94af32ccf67ce9619629708 | |
parent | 20f4754b7e687d3718a0a0a585f2c9ac22e2567d [diff] [blame] |
Make AudioFlinger::instantiate() more resilient when called from separate module Bug: 8834855 Change-Id: I4cd842cdfb09d2aaaaab9df9ac3bec6179709bd3
diff --git a/services/audioflinger/AudioMixer.cpp b/services/audioflinger/AudioMixer.cpp index 7d38f80..df4e029 100644 --- a/services/audioflinger/AudioMixer.cpp +++ b/services/audioflinger/AudioMixer.cpp
@@ -18,6 +18,7 @@ #define LOG_TAG "AudioMixer" //#define LOG_NDEBUG 0 +#include "Configuration.h" #include <stdint.h> #include <string.h> #include <stdlib.h>