aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rwxr-xr-xAndroid.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index a4d3702..7a2f2ec 100755
--- a/Android.mk
+++ b/Android.mk
@@ -47,11 +47,6 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(libstlport_src_files)
-# This is needed to work around the problem that libm.so in NDK does not
-# have the sincos*() functions.
-
-LOCAL_SRC_FILES += src/sincos.c
-
LOCAL_MODULE := libstlport
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk