am 2beac0f5: DO NOT MERGE - add sincos.c to libm compilation

This commit is contained in:
David 'Digit' Turner 2010-06-09 15:53:03 -07:00 committed by Android Git Automerger
commit 59e778eba7

View File

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