DescriptionReorder platforms in build_config to fix Android on Mac.
The Android port relies on the global define ANDROID to identify that
we are crosscompiling for Android, but __APPLE__ was being checked first
in build_config.h, and so builds on a Mac sometimes ended up with the
wrong OS_* macro defined. Reorder the list so that ANDROID is tested
first, as it will only be set manually when crosscompiling (__APPLE__ is
set internally by the compiler).
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192303
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|