Files
commandergenius/project/jni/Application.mk
pelya 565f159a20 Revert "Revert "Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort""
STLPort inside NDK R5 crashes when accessing stdout the smae way as mine built-in STLPort, but I have the possibility to change my own STLPort sources

This reverts commit 4a02eeeded.
2010-12-21 11:18:33 +00:00

7 lines
83 B
Makefile

APP_PROJECT_PATH := $(call my-dir)/..
APP_STL := system
include jni/Settings.mk