 Chromium Code Reviews
 Chromium Code Reviews Issue 8938003:
  Set the compiler root directory for the Android NDK, merging two linker flags.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 8938003:
  Set the compiler root directory for the Android NDK, merging two linker flags.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: build/common.gypi | 
| diff --git a/build/common.gypi b/build/common.gypi | 
| index ec675c08b77e5a435912d05cb688e398f30b511a..9f98d20ba0582c7f6b5247baef357139a620a91b 100644 | 
| --- a/build/common.gypi | 
| +++ b/build/common.gypi | 
| @@ -2111,8 +2111,7 @@ | 
| 'conditions': [ | 
| ['android_build_type==0', { | 
| 'ldflags': [ | 
| - '-Wl,-rpath-link=<(android_ndk_lib)', | 
| - '-L<(android_ndk_lib)', | 
| + '--sysroot=<(android_ndk_sysroot)', | 
| ], | 
| }], | 
| # NOTE: The stlport header include paths below are specified in |