| Index: build/android/strip_native_libraries.gypi
|
| diff --git a/build/android/strip_native_libraries.gypi b/build/android/strip_native_libraries.gypi
|
| index bdffcfd04941a385518446462499b586f63b30b7..be8a5cb0da0e3824c022645afe095948329921ea 100644
|
| --- a/build/android/strip_native_libraries.gypi
|
| +++ b/build/android/strip_native_libraries.gypi
|
| @@ -35,7 +35,7 @@
|
| '<(stamp)',
|
| ],
|
| 'conditions': [
|
| - ['component == "shared_library"', {
|
| + ['android_must_copy_system_libraries == 1', {
|
| # Add a fake output to force the build to always re-run this step. This
|
| # is required because the real inputs are not known at gyp-time and
|
| # changing base.so may not trigger changes to dependent libraries.
|
|
|