Skip to content

Commit 12346d2

Browse files
committed
Added ndk-api for sqlite,openssl testapp
1 parent f74ce04 commit 12346d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testapps/setup_testapp_python2_sqlite_openssl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from distutils.core import setup
33
from setuptools import find_packages
44

5-
options = {'apk': {#'debug': None,
6-
'requirements': 'sdl2,pyjnius,kivy,python2,openssl,requests,peewee,sqlite3',
5+
options = {'apk': {'requirements': 'sdl2,pyjnius,kivy,python2,openssl,requests,peewee,sqlite3',
76
'android-api': 19,
7+
'ndk-api': 19,
88
'ndk-dir': '/home/sandy/android/crystax-ndk-10.3.2',
99
'dist-name': 'bdisttest_python2_sqlite_openssl',
1010
'ndk-version': '10.3.2',

0 commit comments

Comments
 (0)