| Index: third_party/libjingle/overrides/allocator_shim/allocator_stub.cc
|
| ===================================================================
|
| --- third_party/libjingle/overrides/allocator_shim/allocator_stub.cc (revision 208299)
|
| +++ third_party/libjingle/overrides/allocator_shim/allocator_stub.cc (working copy)
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "allocator_shim/allocator_stub.h"
|
|
|
| -#if defined(OS_MACOSX)
|
| -#error "The allocator stub isn't supported (or needed) on mac."
|
| +#if defined(OS_MACOSX) || defined(OS_ANDROID)
|
| +#error "The allocator stub isn't supported (or needed) on mac or android."
|
| #endif
|
|
|
| void* Allocate(std::size_t n) {
|
|
|