summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
Diffstat (limited to 'android')
-rw-r--r--android/.gitignore6
-rw-r--r--android/CMakeLists.txt4
2 files changed, 1 insertions, 9 deletions
diff --git a/android/.gitignore b/android/.gitignore
index a9446f022..f23a2c19b 100644
--- a/android/.gitignore
+++ b/android/.gitignore
@@ -1,5 +1 @@
-/Cuberite/
-/CMakeFiles/
-/lua_native-prefix/
-/tolua_native-prefix/
-CMakeCache.txt \ No newline at end of file
+/Cuberite/ \ No newline at end of file
diff --git a/android/CMakeLists.txt b/android/CMakeLists.txt
index 849b24d04..4f863d114 100644
--- a/android/CMakeLists.txt
+++ b/android/CMakeLists.txt
@@ -1,7 +1,3 @@
-# Build command:
-# cmake . -DCMAKE_SYSTEM_NAME=Android -DCMAKE_SYSTEM_VERSION=16 -DCMAKE_BUILD_TYPE=Release -DCMAKE_ANDROID_ARCH_ABI=armeabi -DNATIVE_TOLUA_GENERATOR="" -DCMAKE_ANDROID_NDK=""
-# -G "MinGW Makefiles" -DCMAKE_MAKE_PROGRAM="" may also be required on Windows
-
cmake_minimum_required (VERSION 3.7)
project(Cuberite)