annotate android/jni/Application.mk @ 2339:8990c2f431b1

Fix crash when function pointer path is taken in MMAP_FUNC_NULL region that also has MMAP_CODE
author Michael Pavone <pavone@retrodev.com>
date Sat, 02 Sep 2023 12:08:43 -0700
parents 78abbabfd58d
children 13abdc98379e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
856
09f5a349e881 Added android project layout
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1
09f5a349e881 Added android project layout
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
2 # Uncomment this if you're using STL in your project
09f5a349e881 Added android project layout
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
3 # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
09f5a349e881 Added android project layout
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
4 # APP_STL := stlport_static
09f5a349e881 Added android project layout
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
5
09f5a349e881 Added android project layout
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
6 APP_ABI := x86
1839
78abbabfd58d Get Android build working again and update for SDL 2.0.7 (last version to support older versions of Android)
Michael Pavone <pavone@retrodev.com>
parents: 856
diff changeset
7 APP_PLATFORM := android-16
78abbabfd58d Get Android build working again and update for SDL 2.0.7 (last version to support older versions of Android)
Michael Pavone <pavone@retrodev.com>
parents: 856
diff changeset
8 APP_OPTIM := release