mirror of
https://github.com/open-goal/jak-project
synced 2026-07-30 16:04:33 -04:00
bdaf088d4b
Co-authored-by: Hat Kid <6624576+Hat-Kid@users.noreply.github.com>
11 lines
265 B
Makefile
Vendored
Generated
11 lines
265 B
Makefile
Vendored
Generated
|
|
# Uncomment this if you're using STL in your project
|
|
# You can find more information here:
|
|
# https://developer.android.com/ndk/guides/cpp-support
|
|
# APP_STL := c++_shared
|
|
|
|
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
|
|
|
|
# Min runtime API level
|
|
APP_PLATFORM=android-16
|