Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort

This commit is contained in:
pelya
2010-12-20 14:35:54 +00:00
parent d86319f50d
commit a3106f9048
13 changed files with 717 additions and 47 deletions

View File

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