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

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

Issue 2500113003: Fix inputs for main_dex_list action. (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 4bc405dddcc2ec8342e7af827f087e25d0a0018c..5a76d4934b61379915a85a68b3a9ca4a9045897f 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -925,6 +925,8 @@ if (enable_java_templates) {
main_dex_rules = "//build/android/main_dex_classes.flags"
+ inputs += [ main_dex_rules ]
agrieve 2016/11/14 21:24:05 should also add a: if (!defined(inputs)) { input
+
outputs = [
_main_dex_list_path,
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698