DescriptionDon't rely on the Android toolchain being exported in the PATH for the {CC,CXX,LINK,AR}_target defines.
The make build has start using these environment variables since gyp revision
1470[1]. This works in the Chromium repository as the Android toolchain is being
exported in the PATH, which is something WebKit doesn't do, and we shouldn't
be relying on in general. Instead, use the paths to the toolchain and prefix
them with Android's goma wrapper, which yields the same effect.
[1] https://code.google.com/p/gyp/source/detail?r=1470
BUG=
TEST=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=152340
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|