summaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-20 11:28:20 -0800
committerElliott Hughes <enh@google.com>2014-02-20 11:28:20 -0800
commit1fbe6213cdd9fda7e7b816e608b887ad8a0ad265 (patch)
treed7e737807bd4111299c0081d09ac8d370bb3ac84 /libc
parentd9459525b4133e825bf95d03b06e695433c124bd (diff)
downloadbionic-1fbe6213cdd9fda7e7b816e608b887ad8a0ad265.zip
bionic-1fbe6213cdd9fda7e7b816e608b887ad8a0ad265.tar.gz
bionic-1fbe6213cdd9fda7e7b816e608b887ad8a0ad265.tar.bz2
Don't explicitly list the tzcode files.
Change-Id: I3ac19899523ac1f5fd2fdd6c942aefce75a964a4
Diffstat (limited to 'libc')
-rw-r--r--libc/Android.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
index ad5fb1c..b0dd5a5 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -512,13 +512,7 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
-LOCAL_SRC_FILES := \
- tzcode/asctime.c \
- tzcode/difftime.c \
- tzcode/localtime.c \
- tzcode/strftime.c \
- tzcode/strptime.c \
-
+LOCAL_SRC_FILES := $(call all-c-files-under,tzcode)
LOCAL_CFLAGS := \
$(libc_common_cflags) \
-DSTD_INSPIRED=1 \