Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ddc88e7 authored by Steve Block's avatar Steve Block Committed by Android Git Automerger
Browse files

am 16210c12: am 31a02dba: Fix build

* commit '16210c12':
  Fix build
parents 46d21ef2 16210c12
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@ extern "C" {
#else
#define ALOGV(...) ((void)ALOG(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)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
    : (void)0 )
#endif
#define ALOGV_IF LOGV_IF
#endif

/*
@@ -162,6 +164,7 @@ extern "C" {
#else
#define IF_ALOGV() IF_ALOG(LOG_VERBOSE, LOG_TAG)
#endif
#define IF_ALOGV IF_LOGV
#endif

/*