Chromium Code Reviews| Index: build/config/android/rules.gni |
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni |
| index 07431d7a2c3b1076aaffdbadab5d7c59612aeb73..cfc649540571964dea75d37a0e236d5293d57b61 100644 |
| --- a/build/config/android/rules.gni |
| +++ b/build/config/android/rules.gni |
| @@ -1341,9 +1341,7 @@ template("android_apk") { |
| outputs = [ |
| depfile, |
| ] |
| - inputs = [ |
| - _build_config, |
| - ] |
| + inputs = [ _build_config ] + _native_libs |
| deps = [] |
| skip_packing_list = [ |
| "gdbserver", |