summaryrefslogtreecommitdiffstats
path: root/Common/make
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2016-08-20 06:35:47 +0000
committerEgor Yusov <egor.yusov@gmail.com>2016-08-20 06:35:47 +0000
commit2b64f003622ee7871fd7aec041622427dd2fc88f (patch)
tree893dab48c6d0e7121e047d8d3bb6d5bf172ce2d5 /Common/make
parentRelease v1.0.0 (diff)
downloadDiligentCore-2b64f003622ee7871fd7aec041622427dd2fc88f.tar.gz
DiligentCore-2b64f003622ee7871fd7aec041622427dd2fc88f.zip
Updated to Diligent Engine 2.0
Diffstat (limited to 'Common/make')
-rw-r--r--Common/make/AppCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/make/AppCommon.mk b/Common/make/AppCommon.mk
index 454fcf19..9234eb4a 100644
--- a/Common/make/AppCommon.mk
+++ b/Common/make/AppCommon.mk
@@ -1,6 +1,6 @@
APP_PLATFORM := android-19
-APP_ABI := x86 armeabi-v7a
+APP_ABI := armeabi-v7a
NDK_TOOLCHAIN_VERSION := 4.9
APP_STL := gnustl_static