diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-06-21 11:17:07 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-06-21 11:17:07 +0000 |
| commit | 7911ae4279f8cf80e17b6b21eb54bbae9508fc55 (patch) | |
| tree | 444deec1c6e57c7e931bb8d10284f99526072dfb /ide/AndroidStudio3/app/build.gradle | |
| parent | 63a48a399a2eedfa7380c5795771a2ea0233bc9a (diff) | |
Android: Updated to current Android Studio and NDK, fixed STL to use Google provided ANdroid STL.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12953 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'ide/AndroidStudio3/app/build.gradle')
| -rw-r--r-- | ide/AndroidStudio3/app/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ide/AndroidStudio3/app/build.gradle b/ide/AndroidStudio3/app/build.gradle index fefeafe85..dd66c8d93 100644 --- a/ide/AndroidStudio3/app/build.gradle +++ b/ide/AndroidStudio3/app/build.gradle @@ -7,6 +7,11 @@ apply plugin: 'com.android.application' applicationId 'org.fltk.android_hello' minSdkVersion 14 targetSdkVersion 25 + externalNativeBuild { + cmake { + arguments '-DANDROID_STL=c++_shared' + } + } } buildTypes { release { |
