| Summary: | ANDROID macro is not defined when building with a standalone NDK.__ANDROID__ is the correct macro | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Dimitris Zenios <dimitris.zenios> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | gabomdq |
| Version: | HG 2.1 | ||
| Hardware: | ARM | ||
| OS: | Android (All) | ||
| Attachments: | patch | ||
Created attachment 1639 [details] patch __ANDROID__ is the correct macro to check for an android system.ANDROID is only defined in NDK build system (.mk) and not in the standalone NDK.