Skip to content

Commit

Permalink
Only include private Android include when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
paddybyers committed Nov 18, 2011
1 parent 0728220 commit 995c017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/src/platform-posix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

#undef MAP_TYPE

#if defined(ANDROID)
#if defined(ANDROID) && !defined(V8_ANDROID_LOG_STDOUT)
#define LOG_TAG "v8"
#include <utils/Log.h> // LOG_PRI_VA
#endif
Expand Down

0 comments on commit 995c017

Please sign in to comment.