I'v efailed to integrate my STLPort so now I'm using GNU stdc++ with RTTI and exceptions

This commit is contained in:
pelya
2011-01-28 16:40:24 +00:00
parent 343458d9a6
commit 424b94565b
8 changed files with 46 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
APP_PROJECT_PATH := $(call my-dir)/..
APP_STL := system
APP_STL := gnustl_static
include jni/Settings.mk