Chromium Code Reviews| Index: build/android/setup.gyp |
| diff --git a/build/android/setup.gyp b/build/android/setup.gyp |
| index 0e1c2c4b492a7eafacb78c2cc9bfe94618ef8deb..419ed9859ba00b7866ab8efa111f833673c799e1 100644 |
| --- a/build/android/setup.gyp |
| +++ b/build/android/setup.gyp |
| @@ -3,7 +3,7 @@ |
| # found in the LICENSE file. |
| { |
| 'conditions': [ |
| - ['component == "shared_library"', { |
| + ['android_must_copy_system_libraries == 1', { |
| 'targets': [ |
| { |
| # These libraries from the Android ndk are required to be packaged with |