Merge "Improve portability of ErrorLog"
diff --git a/audio_utils/ErrorLog.cpp b/audio_utils/ErrorLog.cpp
index 54742e9..71f8b32 100644
--- a/audio_utils/ErrorLog.cpp
+++ b/audio_utils/ErrorLog.cpp
@@ -14,10 +14,6 @@
  * limitations under the License.
  */
 
-// #define LOG_NDEBUG 0
-#define LOG_TAG "audio_utils_ErrorLog"
-#include <log/log.h>
-
 #include <audio_utils/ErrorLog.h>
 
 using namespace android;