Skip to content

Commit 2a7dc16

Browse files
committed
Made flask testapp default to armeabi-v7a
1 parent 98583eb commit 2a7dc16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testapps/setup_testapp_flask.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'ndk-version': '10.3.2',
1111
'bootstrap': 'webview',
1212
'permissions': ['INTERNET', 'VIBRATE'],
13+
'arch': 'armeabi-v7a',
1314
'window': None,
1415
}}
1516

0 commit comments

Comments
 (0)