Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 0974b49752e64eb3aaa4cd9c89bc79f6fbaeb110..b58a0daa9fafd05bec8df5bc49fb385ba6ad0c97 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -4232,6 +4232,9 @@ |
| ], |
| }], |
| ['clang==1 and OS=="android"', { |
| + 'cflags': [ |
| + '-B<(android_toolchain)', # Else /usr/bin/as gets picked up. |
|
Nico
2015/12/04 18:50:31
Can you put this next to the -no-integrated-as lin
gordanac
2015/12/04 19:27:01
Done.
|
| + ], |
| 'ldflags': [ |
| # Let clang find the ld in the NDK. |
| '--gcc-toolchain=<(android_toolchain)/..', |