Mercurial > repos > blastem
annotate android/jni/Application.mk @ 1620:a172f97d873f
Add the ability for a CPU definition to reference arbitrary C includes and use it to add a placeholder definition of svp_read_16
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 04 Oct 2018 19:12:56 -0700 |
parents | 09f5a349e881 |
children | 78abbabfd58d |
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 |