commit | ca566b31036704eb6cdde05a0bd9ee972d7a995d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Feb 20 19:31:13 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 20 19:31:13 2014 +0000 |
tree | d7e737807bd4111299c0081d09ac8d370bb3ac84 | |
parent | d9459525b4133e825bf95d03b06e695433c124bd [diff] | |
parent | 1fbe6213cdd9fda7e7b816e608b887ad8a0ad265 [diff] |
Merge "Don't explicitly list the tzcode files."
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 $(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 \