commit | 2eeac5fe9e2b6e77db918523009c5b7125b4a075 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <[email protected]> | Wed Aug 12 14:30:38 2015 -0700 |
committer | Yahan Zhou <[email protected]> | Wed Jun 01 14:34:07 2016 -0700 |
tree | 7b7c1d7d618cd978ffc9e405185c0767ef8ca545 | |
parent | a5c3684958cc38a63f898475679d05ed12baabc6 [diff] [blame] |
[cherry-pick] Lose HAVE_ANDROID_OS in goldfish. cherry pick from: https://android-review.googlesource.com/#/c/166427 Change-Id: Id626aee8d65e0ded543ac12416c37f938d196676
diff --git a/shared/OpenglCodecCommon/ErrorLog.h b/shared/OpenglCodecCommon/ErrorLog.h index 6f41fd7..d2388e6 100644 --- a/shared/OpenglCodecCommon/ErrorLog.h +++ b/shared/OpenglCodecCommon/ErrorLog.h
@@ -16,7 +16,7 @@ #ifndef _ERROR_LOG_H_ #define _ERROR_LOG_H_ -#if (HAVE_ANDROID_OS == 1) +#if defined(__ANDROID__) # include <cutils/log.h> # define ERR(...) ALOGE(__VA_ARGS__) # ifdef EMUGL_DEBUG