| Index: build/config/android/rules.gni
|
| diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
|
| index 1c12e87a992996d4b40eb551431e9628074f4098..f77d150b9cc37b40b0c0ab408a64ed8767f6d496 100644
|
| --- a/build/config/android/rules.gni
|
| +++ b/build/config/android/rules.gni
|
| @@ -1540,8 +1540,10 @@ template("android_apk") {
|
| ":$process_resources_target",
|
| ":$final_dex_target_name",
|
| ]
|
| + incremental_deps = _android_manifest_deps + [ ":$process_resources_target" ]
|
| if (defined(invoker.deps)) {
|
| deps += invoker.deps
|
| + incremental_deps += invoker.deps
|
| }
|
|
|
| if (defined(invoker.asset_location)) {
|
| @@ -1596,6 +1598,7 @@ template("android_apk") {
|
| ":${_template_name}__prepare_native",
|
| ":${_manifest_rule}",
|
| ]
|
| + incremental_deps = deps
|
| }
|
| }
|
|
|
|
|