[PATCH] D26385: Define __ANDROID_API__ for all Android builds.
Dan Albert via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 8 11:00:40 PST 2016
danalbert added a comment.
> This macro (along with ANDROID) should always be defined for Android targets.
What if only `arm-linux-androideabi` (without a version) is specified? We should be falling back to the old behavior (don't defined `__ANDROID_API__`) when that happens since that's what every build system out there is going to be relying on.
https://reviews.llvm.org/D26385
More information about the cfe-commits
mailing list