From 2eae8a02e51f5ba275a014429b3d90791045716f Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 27 Apr 2019 12:09:59 +0300 Subject: [PATCH] nanogl: remove submodule, now it's direct dependency of engine --- .gitmodules | 3 --- jni/src/NanoGL/Android.mk | 1 - jni/src/NanoGL/nanogl | 1 - 3 files changed, 5 deletions(-) delete mode 100644 jni/src/NanoGL/Android.mk delete mode 160000 jni/src/NanoGL/nanogl diff --git a/.gitmodules b/.gitmodules index 3759c837..6fafae5c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "jni/src/NanoGL/nanogl"] - path = jni/src/NanoGL/nanogl - url = https://github.com/FWGS/nanogl [submodule "xash-extras"] path = xash-extras url = https://github.com/FWGS/xash-extras diff --git a/jni/src/NanoGL/Android.mk b/jni/src/NanoGL/Android.mk deleted file mode 100644 index 5053e7d6..00000000 --- a/jni/src/NanoGL/Android.mk +++ /dev/null @@ -1 +0,0 @@ -include $(call all-subdir-makefiles) diff --git a/jni/src/NanoGL/nanogl b/jni/src/NanoGL/nanogl deleted file mode 160000 index 7895c4fa..00000000 --- a/jni/src/NanoGL/nanogl +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7895c4fac080f1805668d6b3583ca3a0f7faa6d6