Lines Matching refs:help
41 help='specify minSdkVersion used by the build system')
43 help='specify targetSdkVersion used by the build system')
45 help='raise the minimum sdk version in the manifest if necessary')
47 help='manifest is for a static library')
49 … help='specify additional <uses-library> tag to add. android:requred is set to true')
51 … help='specify additional <uses-library> tag to add. android:requred is set to false')
53 help='manifest is for a package built against the platform')
55 help=('specify logging parent as an additional <meta-data> tag. '
58 help=('specify if the app wants to use embedded dex and avoid extracted,'
63 … help=('specify if the app wants to use embedded native libraries. Must not conflict '
66 … help=('adds hasCode="false" attribute to application. Ignored if application elem '
68 parser.add_argument('input', help='input AndroidManifest.xml file')
69 parser.add_argument('output', help='output AndroidManifest.xml file')