mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-03 15:55:30 +03:00
Android port
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
6e18cddc69
commit
4229372c2e
1
desktop_version/VVVVVV-android/app/jni/Android.mk
Normal file
1
desktop_version/VVVVVV-android/app/jni/Android.mk
Normal file
@@ -0,0 +1 @@
|
||||
include $(call all-subdir-makefiles)
|
||||
10
desktop_version/VVVVVV-android/app/jni/Application.mk
Normal file
10
desktop_version/VVVVVV-android/app/jni/Application.mk
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
# 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
|
||||
19
desktop_version/VVVVVV-android/app/jni/CMakeLists.txt
Normal file
19
desktop_version/VVVVVV-android/app/jni/CMakeLists.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
cmake_minimum_required(VERSION 3.6)
|
||||
|
||||
project(VVVVVV_android)
|
||||
|
||||
# armeabi-v7a requires cpufeatures library
|
||||
# include(AndroidNdkModules)
|
||||
# android_ndk_import_module_cpufeatures()
|
||||
|
||||
|
||||
# SDL sources are in a subfolder named "SDL"
|
||||
add_subdirectory(SDL)
|
||||
|
||||
# Compilation of companion libraries
|
||||
#add_subdirectory(SDL_image)
|
||||
#add_subdirectory(SDL_mixer)
|
||||
#add_subdirectory(SDL_ttf)
|
||||
|
||||
add_subdirectory(../../.. desktop_version)
|
||||
|
||||
1
desktop_version/VVVVVV-android/app/jni/SDL
Symbolic link
1
desktop_version/VVVVVV-android/app/jni/SDL
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../../SDL
|
||||
Reference in New Issue
Block a user