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

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

Issue 2517283002: [Android] Fix generated junit scripts wrt --runtime-deps-file. (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/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 97872fcee1b353569b10e967ad451adb4566bca4..2cc550bc3dade4091a87d0af802e73299303dd0f 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1056,6 +1056,7 @@ if (enable_java_templates) {
test_name = invoker.target_name
test_suite = invoker.target_name
test_type = "junit"
+ ignore_all_data_deps = true
}
java_binary(_java_binary_target_name) {
« 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