commit | a99a3ff2b2ea7a3a1bab7154c96705ab21a4acd1 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Sat Oct 30 20:41:23 2010 -0700 |
committer | David 'Digit' Turner <digit@google.com> | Sat Oct 30 20:41:23 2010 -0700 |
tree | e4494e810915a13d52001d08b78829592e1455a1 | |
parent | 5a2fb6ce286411e85c5be8f1219d532e222882da [diff] |
ndk: Use __ANDROID__ instead of ANDROID. The platform headers use the ANDROID macro as a platform test. This macro is set by the NDK build script explicitely, but it is better to use __ANDROID__, which is also set by our toolchain as a compiler prebuilt macro. This allows usage of these headers with our standalone toolchain. Change-Id: I431c54e29e502bb9da7a52ef7a58a6341211b4db