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

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

Issue 1286613002: Update errorprone to fix java 8 issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update DEPS and build files. 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
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 960c61bd70f2847e2d076d18b56396fe6127121d..04ad762173f732bdff684f14a983b565fdb18988 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1115,6 +1115,9 @@ template("java_prebuilt") {
if (defined(invoker.proguard_preprocess)) {
proguard_preprocess = invoker.proguard_preprocess
}
+ if (defined(invoker.main_class)) {
+ main_class = invoker.main_class
+ }
}
}

Powered by Google App Engine
This is Rietveld 408576698