print Triangle errors, instead of exiting

This commit is contained in:
Hannes Janetzek
2013-03-09 12:13:44 +01:00
parent 68e7bf863d
commit 51d2a845a0
3 changed files with 283 additions and 2029 deletions

View File

@@ -1,9 +1,10 @@
LOCAL_PATH:= $(call my-dir)
# APP_OPTIM := debug
include $(CLEAR_VARS)
# TRILIBDEFS = -DTRILIBRARY -DREDUCED -DCDT_ONLY
LOCAL_CFLAGS := -O -DTRILIBRARY -DREDUCED -DCDT_ONLY -DNO_TIMER -Werror
LOCAL_CFLAGS := -O -DTRILIBRARY -DREDUCED -DCDT_ONLY -DNO_TIMER -Werror -std=c99
# -DLINUX -> no fpu_control in bionic, needed ?
LOCAL_MODULE := triangle-jni