Skip to content

Commit 329403d

Browse files
committed
Made dist names different for py2/py3 testapps
1 parent c731d0e commit 329403d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

testapps/setup_testapp_python2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'requirements': 'sdl2,pyjnius,kivy,python2',
77
'android-api': 19,
88
'ndk-dir': '/home/asandy/android/crystax-ndk-10.3.2',
9-
'dist-name': 'bdisttest',
9+
'dist-name': 'bdisttest_python2',
1010
'ndk-version': '10.3.2',
1111
'permission': 'VIBRATE',
1212
'window': None,

testapps/setup_testapp_python3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
'requirements': 'sdl2,pyjnius,kivy,python3crystax',
77
'android-api': 19,
88
'ndk-dir': '/home/asandy/android/crystax-ndk-10.3.2',
9-
'dist-name': 'bdisttest',
9+
'dist-name': 'bdisttest_python3',
1010
'ndk-version': '10.3.2',
11+
'arch': 'armeabi-v7a',
1112
'permission': 'VIBRATE',
1213
}}
1314

0 commit comments

Comments
 (0)