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/tests/test_utils.h b/services/audioflinger/tests/test_utils.h index 283c768..b61a929 100644 --- a/services/audioflinger/tests/test_utils.h +++ b/services/audioflinger/tests/test_utils.h
@@ -17,6 +17,12 @@ #ifndef ANDROID_AUDIO_TEST_UTILS_H #define ANDROID_AUDIO_TEST_UTILS_H +#ifndef LOG_TAG +#define LOG_TAG "test_utils" +#endif + +#include <log/log.h> + #include <audio_utils/sndfile.h> #ifndef ARRAY_SIZE