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

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

Issue 1258303003: [Android] Suppress findbugs stderr output. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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') | build/java.gypi » ('j') | 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 c7e5ad6523a8669aa3cdc71fac81809ad7263665..4c6c4bbd300f7dfac05774a1b2ad26cac4f3decd 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1369,6 +1369,10 @@ template("android_apk") {
srcjar_deps = _srcjar_deps
dex_path = base_path + ".dex.jar"
+ if (defined(invoker.run_findbugs)) {
+ run_findbugs = invoker.run_findbugs
+ }
+
if (defined(invoker.deps)) {
deps += invoker.deps
}
@@ -1656,6 +1660,7 @@ template("instrumentation_test_apk") {
data_deps += test_runner_data_dep
}
deps += [ "//testing/android/broker:broker_java" ]
+ run_findbugs = false
}
}
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698