DescriptionAndroid: Prefix target toolchain names with "android_".
In x64 builds with clang, we also build a 32-bit binary to ship webview
in both 32-bit and 64-bit. The 32-bit part is built twice, once for
the linux host to be able to run v8's mksnapshot, and once for the
android target for the actual binary.
Before this change, both the host toolchain and the target toolchain
were called "clang_x86", and they clobbered each other. (In gcc builds,
the target toolchain was called just "x86" while the host still used
clang, so it happened to work there, mostly by accident.)
BUG=660857, 605315
Committed: https://crrev.com/042f129b96ea6e989df1efe0e4a30dcac09f05a7
Cr-Commit-Position: refs/heads/master@{#428783}
Patch Set 1 #
Messages
Total messages: 21 (12 generated)
|