aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar tomlu <tomlu@google.com>2018-05-25 10:56:04 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-25 10:57:24 -0700
commitaf18c36dc46bfe2334fca442f6d8cc9f6943fb7c (patch)
treeadd2282b41def1c17f987ab1b3b97a69acef7622 /src/main/protobuf
parent445a633b64d7587c5a21dec5b340c24840a26c67 (diff)
Add command line arguments to JavaCompileInfo extra action proto.
RELNOTES: None PiperOrigin-RevId: 198071932
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/extra_actions_base.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/protobuf/extra_actions_base.proto b/src/main/protobuf/extra_actions_base.proto
index 7a517d38ac..3be65b9a32 100644
--- a/src/main/protobuf/extra_actions_base.proto
+++ b/src/main/protobuf/extra_actions_base.proto
@@ -169,6 +169,7 @@ message JavaCompileInfo {
repeated string processor = 6;
repeated string processorpath = 7;
repeated string bootclasspath = 8;
+ repeated string argument = 9;
}
// Provides access to data that is specific to python rules.