Add additional comment for --extra-gn-args in build_aar.py.
Bug: webrtc:9003 Change-Id: I6387b097b13b82477bd161093c00985070147953 Reviewed-on: https://webrtc-review.googlesource.com/61323 Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22402}
This commit is contained in:

committed by
Commit Bot

parent
f2afa57468
commit
be7b88c145
@ -66,7 +66,9 @@ def _ParseArgs():
|
|||||||
parser.add_argument('--verbose', action='store_true', default=False,
|
parser.add_argument('--verbose', action='store_true', default=False,
|
||||||
help='Debug logging.')
|
help='Debug logging.')
|
||||||
parser.add_argument('--extra-gn-args', default=[], nargs='*',
|
parser.add_argument('--extra-gn-args', default=[], nargs='*',
|
||||||
help='Additional GN args to be used during Ninja generation.')
|
help="""Additional GN arguments to be used during Ninja generation.
|
||||||
|
These are applied after any other arguments and will
|
||||||
|
override any values defined by the script.""")
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user