Right now, compiling Angle using the Android NDK results in a build error as
the unsupported platform #error is being hit in compiler/osinclude.h. Android
should be recognized as a POSIX OS.
I've attached the patch making this (massive) change, and would appreciate it
if someone could have a look and land. I've verified that this fixes the
compile of four files:
- InitializeDll.cpp
- ParseHelper.cpp
- PoolAlloc.cpp
- ossource_posix.cpp
Cheers.
Original issue reported on code.google.com by bever...@google.com on 13 Sep 2011 at 4:13
Original issue reported on code.google.com by
bever...@google.com
on 13 Sep 2011 at 4:13Attachments: