summaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-02-11 20:18:16 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-02-11 20:18:16 +0000
commit6260553d48f6fd87ca220270bea8bafdde5726ec (patch)
tree9c2cb4dfb830d7918a0d0b8ecfbf25bf87bcc453 /libc/Android.mk
parentad59322ae432d11ff36dcf046016af8cfe45fbe4 (diff)
downloadbionic-6260553d48f6fd87ca220270bea8bafdde5726ec.zip
bionic-6260553d48f6fd87ca220270bea8bafdde5726ec.tar.gz
bionic-6260553d48f6fd87ca220270bea8bafdde5726ec.tar.bz2
Revert "Pull the pthread_key_t functions out of pthread.c."
This reverts commit ad59322ae432d11ff36dcf046016af8cfe45fbe4 somehow my unfinished libm/Android.mk change got into here. Change-Id: I46be626c5269d60fb1ced9862f2ebaa380b4e0af
Diffstat (limited to 'libc/Android.mk')
-rw-r--r--libc/Android.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
index d21878a..c7828cf 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -406,8 +406,7 @@ libc_common_src_files += \
bionic/ptrace.c.arm
libc_static_common_src_files += \
- bionic/pthread.c.arm \
- bionic/pthread_key.cpp.arm \
+ bionic/pthread.c.arm \
# these are used by the static and dynamic versions of the libc
# respectively
@@ -447,8 +446,7 @@ libc_common_src_files += \
bionic/ptrace.c
libc_static_common_src_files += \
- bionic/pthread.c \
- bionic/pthread_key.cpp \
+ bionic/pthread.c \
libc_arch_static_src_files := \
bionic/dl_iterate_phdr_static.c
@@ -494,8 +492,7 @@ libc_common_src_files += \
bionic/ptrace.c
libc_static_common_src_files += \
- bionic/pthread.c
- bionic/pthread_key.cpp \
+ bionic/pthread.c
libc_arch_static_src_files := \
bionic/dl_iterate_phdr_static.c