DO NOT MERGE - add sincos.c to libm compilation

For some reason, a previous backport from master didn't get this.

Change-Id: I59eb96ad9de495a659808fdfb557033476c3d123
This commit is contained in:
David 'Digit' Turner 2010-06-09 15:49:35 -07:00
parent 20783c1428
commit 2beac0f5c6

View File

@ -3,6 +3,7 @@ LOCAL_PATH:= $(call my-dir)
libm_common_src_files:= \
isinf.c \
fpclassify.c \
sincos.c \
bsdsrc/b_exp.c \
bsdsrc/b_log.c \
bsdsrc/b_tgamma.c \