Add java_args as a valid option
Bug: 17393134
Change-Id: If2749d03b5d409a08d415a829dd21f986cac1789
(cherry picked from commit bdc2e3186f
)
This commit is contained in:
parent
14d6c100aa
commit
f5085a8f94
1 changed files with 2 additions and 2 deletions
|
@ -580,8 +580,8 @@ def ParseOptions(argv,
|
|||
opts, args = getopt.getopt(
|
||||
argv, "hvp:s:x:" + extra_opts,
|
||||
["help", "verbose", "path=", "signapk_path=", "extra_signapk_args=",
|
||||
"java_path=", "public_key_suffix=", "private_key_suffix=",
|
||||
"device_specific=", "extra="] +
|
||||
"java_path=", "java_args=", "public_key_suffix=",
|
||||
"private_key_suffix=", "device_specific=", "extra="] +
|
||||
list(extra_long_opts))
|
||||
except getopt.GetoptError, err:
|
||||
Usage(docstring)
|
||||
|
|
Loading…
Reference in a new issue