Index: build/host_jar.gypi |
diff --git a/build/host_jar.gypi b/build/host_jar.gypi |
index 3b8d548f4219fd91bef8e36a2c37009d2bada29e..a7e6ab5b3ba9b5c68c4b1fe05e068a1d9565920f 100644 |
--- a/build/host_jar.gypi |
+++ b/build/host_jar.gypi |
@@ -82,9 +82,6 @@ |
['"<(jar_excluded_classes)" != ""', { |
'extra_args': ['--jar-excluded-classes=<(jar_excluded_classes)'] |
}], |
- ['main_class != ""', { |
- 'extra_args': ['--main-class=>(main_class)'] |
- }], |
['enable_errorprone == 1', { |
'extra_inputs': [ |
'<(errorprone_exe_path)', |