Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3639)

Unified Diff: build/config/android/rules.gni

Issue 870093002: Add apk native libs to the inputs of appropriate actions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698