From 1fbe6213cdd9fda7e7b816e608b887ad8a0ad265 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 20 Feb 2014 11:28:20 -0800 Subject: [PATCH] Don't explicitly list the tzcode files. Change-Id: I3ac19899523ac1f5fd2fdd6c942aefce75a964a4 --- libc/Android.mk | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/libc/Android.mk b/libc/Android.mk index ad5fb1ca6..b0dd5a5d3 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 \