--- /dev/null +++ b/base/third_party/libevent/event.h @@ -0,0 +1,10 @@ +// The Chromium build contains its own checkout of libevent. This stub is used +// when building the Chrome OS or Android libchrome package to instead use the +// system headers. +#if defined(__ANDROID__) || defined(__ANDROID_HOST__) +#include +#include +#include +#else +#include +#endif