Skip to content

Commit 899afae

Browse files
RobertFlattRobertFlatt
authored andcommitted
Build option default ON for demo.
1 parent 137411f commit 899afae

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

pythonforandroid/bootstraps/common/build/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ def parse_args_and_make_package(args=None):
684684

685685
ap.add_argument('--enable-androidx', dest='enable_androidx',
686686
action='store_true',
687+
default=True,# TEMP for DEMO ONLY
687688
help=('Enable the AndroidX support library, '
688689
'requires api = 28 or greater'))
689690
ap.add_argument('--android-entrypoint', dest='android_entrypoint',

0 commit comments

Comments
 (0)