Merge "Document the expectations of two arguments." am: 0038349332 am: da9c6533d9 am: 4f0f9f5340 am: ba5e9235fa
Original change: https://android-review.googlesource.com/c/platform/development/+/1861785 Change-Id: If4106334af2e90cffecd053c83e31b7785c99a49
This commit is contained in:
@@ -1791,11 +1791,13 @@ def get_parser():
|
||||
parser.add_argument(
|
||||
'--add-toplevel-block',
|
||||
type=str,
|
||||
help='Add the contents of the given file to the top level of the Android.bp.')
|
||||
help=('Add the contents of the given file to the top level of the Android.bp. ' +
|
||||
'The filename should start with cargo2android to work with the updater.'))
|
||||
parser.add_argument(
|
||||
'--add-module-block',
|
||||
type=str,
|
||||
help='Add the contents of the given file to the main module.')
|
||||
help=('Add the contents of the given file to the main module. '+
|
||||
'The filename should start with cargo2android to work with the updater.'))
|
||||
parser.add_argument(
|
||||
'--verbose',
|
||||
action='store_true',
|
||||
|
||||
Reference in New Issue
Block a user