summaryrefslogtreecommitdiffstats
path: root/Common/make
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-12-18 18:48:43 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-12-18 18:48:43 +0000
commit45375556dc50da5fe48e38a3a7095596a280b6bc (patch)
tree31f669274ea0875c29b03d547b9af76cbe2dd1f8 /Common/make
parentCMake: changed output of GraphicsEngineOpenGL-shared to GraphicsEngineOpenGL ... (diff)
downloadDiligentCore-45375556dc50da5fe48e38a3a7095596a280b6bc.tar.gz
DiligentCore-45375556dc50da5fe48e38a3a7095596a280b6bc.zip
Removed jni/Visual GDB Android build from legacy project files
Diffstat (limited to 'Common/make')
-rw-r--r--Common/make/AppCommon.mk14
1 files changed, 0 insertions, 14 deletions
diff --git a/Common/make/AppCommon.mk b/Common/make/AppCommon.mk
deleted file mode 100644
index e8e68067..00000000
--- a/Common/make/AppCommon.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-
-APP_PLATFORM := android-19
-APP_ABI := armeabi-v7a
-NDK_TOOLCHAIN_VERSION := 4.9
-APP_STL := gnustl_static
-# NDK_TOOLCHAIN_VERSION := clang
-# APP_STL := c++_static
-
-ifeq ($(APP_OPTIM),release)
- APP_CFLAGS := -O2 -DNDEBUG -g $(APP_CFLAGS)
-else
- APP_CFLAGS := -O0 -g -D_DEBUG $(APP_CFLAGS)
- APP_CPPFLAGS := -frtti $(APP_CPPFLAGS)
-endif \ No newline at end of file