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

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

Issue 2500113003: Fix inputs for main_dex_list action. (Closed)
Patch Set: Add defined() check 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..46c3d55663775f3e16b9642e49f157ad31462dcd 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -925,6 +925,11 @@ if (enable_java_templates) {
main_dex_rules = "//build/android/main_dex_classes.flags"
+ if (!defined(inputs)) {
+ inputs = []
+ }
+ inputs += [ main_dex_rules ]
+
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