| Index: chrome/chrome_android.gypi
|
| diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
|
| index 734cda9250b51f1f427aa1f1b8c971b1e78ac0dc..d4880fd1fb2c134f250b3963347f51fb0607bee7 100644
|
| --- a/chrome/chrome_android.gypi
|
| +++ b/chrome/chrome_android.gypi
|
| @@ -5,7 +5,7 @@
|
| 'variables': {
|
| 'chromium_code': 1,
|
| 'conditions': [
|
| - ['component != "shared_library" and target_arch != "arm64" and target_arch != "x64" and profiling_full_stack_frames != 1', {
|
| + ['android_must_copy_system_libraries == 0 and target_arch != "arm64" and target_arch != "x64" and profiling_full_stack_frames != 1', {
|
| # Only enable the chromium linker on regular builds, since the
|
| # component build crashes on Android 4.4. See b/11379966
|
| 'use_chromium_linker': '1',
|
|
|