OSDN Git Service

ANRdaemon: move trace result from /sdcard to /data
[android-x86/system-extras.git] / tests / bionic / libc / Android.mk
index d54e1b5..155a701 100644 (file)
@@ -63,8 +63,6 @@ endef
 sources := \
     common/test_pthread_mutex.c \
     common/test_pthread_rwlock.c \
-    common/test_seteuid.c \
-    common/test_udp.c \
 
 # _XOPEN_SOURCE=600 is needed to get pthread_mutexattr_settype() on GLibc
 #
@@ -78,7 +76,6 @@ $(call device-test, $(sources))
 sources :=  \
     bionic/test_cond.c \
     bionic/test_pthread_cond.c \
-    bionic/test_setjmp.c \
 
 $(call device-test, $(sources))