Lines Matching refs:help
51 '-f', '--force', action='store_true', help='force overwriting output')
53 '-v', '--verbose', action='store_true', help='verbose execution')
57 help='path to the APEX manifest file (.pb)')
61 help='path to the APEX manifest file (Q compatible .json)')
64 help='path to the AndroidManifest file. If omitted, a default one is created and used'
68 help=('specify logging parent as an additional <meta-data> tag.'
72 help='an assets directory to be included in the APEX'
76 help='selinux file contexts file. Required for "image" APEXs.')
79 help='canned_fs_config specifies uid/gid/mode of files. Required for ' +
82 '--key', help='path to the private key file. Required for "image" APEXs.')
85 help='path to the public key file. Used to bundle the public key in APEX for testing.'
89 help='the extra signing arguments passed to avbtool. Used for "image" APEXs.'
94 help='the directory having files to be packaged')
95 parser.add_argument('output', metavar='OUTPUT', help='name of the APEX file')
102 help='type of APEX payload being built "zip" or "image"')
106 help='package name of the APK container. Default is the apex name in --manifest.'
112 help='hashtree is omitted from "image".'
118 help='path to use as the source of the android API.')
126 help="""A list of directories containing all the tools used by apexer (e.g.
132 help='Default target SDK version to use for AndroidManifest.xml')
136 help='Default Min SDK version to use for AndroidManifest.xml')
141 help='Do not check key name. Use the name of apex instead of the basename of --key.')
146 help='Include build information file in the resulting apex.')
151 help='Include the command line in the build information file in the resulting apex. '
156 help='Build information file to be used for default values.')
160 help='Outputs the payload image/zip only.'
165 help="""Outputs the unsigned payload image/zip only. Also, setting this flag implies
171 help="""Skip signing the apex payload. Used only for testing purposes."""