mirror of
https://github.com/open-goal/jak-project
synced 2026-08-08 02:31:30 -04:00
bdaf088d4b
Co-authored-by: Hat Kid <6624576+Hat-Kid@users.noreply.github.com>
11 lines
236 B
Makefile
Vendored
Generated
11 lines
236 B
Makefile
Vendored
Generated
|
|
# Uncomment this if you're using STL in your project
|
|
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
|
|
# APP_STL := stlport_static
|
|
|
|
APP_ABI := armeabi armeabi-v7a x86
|
|
|
|
# Min SDK level
|
|
APP_PLATFORM=android-10
|
|
|