Skip to content

Commit f017eb9

Browse files
committed
Added hardcoded APP_PLATFORM to Application.mk
1 parent 098b55e commit f017eb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pythonforandroid/bootstraps/sdl2/build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def make_package(args):
410410

411411
def parse_args(args=None):
412412
global BLACKLIST_PATTERNS, WHITELIST_PATTERNS, PYTHON
413-
default_android_api = 12
413+
default_android_api = 19
414414
import argparse
415415
ap = argparse.ArgumentParser(description='''\
416416
Package a Python application for Android.

pythonforandroid/bootstraps/sdl2/build/jni/Application.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55

66
# APP_ABI := armeabi armeabi-v7a x86
77
APP_ABI := $(ARCH)
8+
APP_PLATFORM := android-19

0 commit comments

Comments
 (0)