am 25a89e77: Fix build

* commit '25a89e771aae292193244852166564e83e36232b':
  Fix build
This commit is contained in:
Steve Block 2011-11-15 11:10:09 -08:00 committed by Android Git Automerger
commit 67b11cba5b
1 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,7 @@ extern "C" {
#else
#define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
#endif
#define ALOGV LOGV
#endif
#define CONDITION(cond) (__builtin_expect((cond)!=0, 0))
@ -92,6 +93,7 @@ extern "C" {
? ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
: (void)0 )
#endif
#define ALOGV_IF LOGV_IF
#endif
/*
@ -162,6 +164,7 @@ extern "C" {
#else
#define IF_LOGV() IF_LOG(LOG_VERBOSE, LOG_TAG)
#endif
#define IF_ALOGV IF_LOGV
#endif
/*