Skip to content

Commit 87f5f34

Browse files
authored
Set APP_PLATFORM in Application.mk to use NDK_API
1 parent 6d61a98 commit 87f5f34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonforandroid/bootstraps/webview/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 := $(NDK_API)

0 commit comments

Comments
 (0)