Skip to content

Commit af4dca7

Browse files
committed
Re-added argument that was lost during build.py merge
1 parent 33a058d commit af4dca7

File tree

1 file changed

+4
-0
lines changed
  • pythonforandroid/bootstraps/common/build

1 file changed

+4
-0
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,10 @@ def parse_args(args=None):
616616
default=default_min_api, type=int,
617617
help=('Minimum Android SDK version that the app supports. '
618618
'Defaults to {}.'.format(default_min_api)))
619+
ap.add_argument('--allow-minsdk-ndkapi-mismatch', default=False,
620+
action='store_true',
621+
help=('Allow the --minsdk argument to be different from '
622+
'the discovered ndk_api in the dist'))
619623
ap.add_argument('--intent-filters', dest='intent_filters',
620624
help=('Add intent-filters xml rules to the '
621625
'AndroidManifest.xml file. The argument is a '

0 commit comments

Comments
 (0)