DescriptionDon't include TargetConditionals.h when building for android.
Move the include of the Mac TargetConditionals.h file to after we've
checked if we're building for Android. Apparently this file doesn't
exist on all macs used to build android and the rest of android builds
fine without it, so including it there causes the build to fail. It
appears to only be used to test TARGET_OS_IPHONE which will never be
true on android.
BUG=
Committed: https://crrev.com/ecb23485e511b4c9eaf6e20ee48c21f216abe523
Cr-Commit-Position: refs/heads/master@{#293495}
Patch Set 1 #Patch Set 2 : Add comment to explain why #Messages
Total messages: 11 (4 generated)
|