Chromium Code Reviews| Index: build/android/pack_relocations.gypi |
| diff --git a/build/android/pack_relocations.gypi b/build/android/pack_relocations.gypi |
| index 8567fa6e45f18a2eb2e81a432da533476f91eda4..1a5e220522a743d48231ddad0cd44e4df4a0ec9f 100644 |
| --- a/build/android/pack_relocations.gypi |
| +++ b/build/android/pack_relocations.gypi |
| @@ -67,7 +67,7 @@ |
| '--stamp=<(stamp)', |
| ], |
| }], |
| - ['component == "shared_library"', { |
| + ['android_libcpp_library == "c++_shared"', { |
|
simonb (inactive)
2015/08/03 12:33:40
Any reason for just the one test here, rather than
|
| # 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. |