From 45375556dc50da5fe48e38a3a7095596a280b6bc Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Mon, 18 Dec 2017 10:48:43 -0800 Subject: Removed jni/Visual GDB Android build from legacy project files --- Common/make/AppCommon.mk | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Common/make/AppCommon.mk (limited to 'Common/make') 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 -- cgit v1.2.3