blob: 8dd124e14a502d3b8a93dbaa645b8e7179a8a192 [file] [log] [blame]
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08001LOCAL_PATH:= $(call my-dir)
2
3include $(LOCAL_PATH)/arch-$(TARGET_ARCH)/syscalls.mk
Dima Zavinca122b02009-05-27 10:52:37 -07004
5# Define the common source files for all the libc instances
6# =========================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -08007libc_common_src_files := \
8 $(syscall_src) \
9 unistd/abort.c \
10 unistd/alarm.c \
11 unistd/brk.c \
12 unistd/creat.c \
13 unistd/daemon.c \
14 unistd/exec.c \
15 unistd/fcntl.c \
16 unistd/fnmatch.c \
17 unistd/ftime.c \
18 unistd/ftok.c \
19 unistd/getcwd.c \
20 unistd/getdtablesize.c \
21 unistd/gethostname.c \
22 unistd/getopt_long.c \
23 unistd/getpgrp.c \
24 unistd/getpriority.c \
25 unistd/getpt.c \
26 unistd/initgroups.c \
27 unistd/isatty.c \
28 unistd/issetugid.c \
29 unistd/lseek64.c \
30 unistd/mmap.c \
31 unistd/nice.c \
32 unistd/open.c \
33 unistd/openat.c \
34 unistd/opendir.c \
35 unistd/pathconf.c \
36 unistd/perror.c \
37 unistd/popen.c \
38 unistd/pread.c \
39 unistd/pselect.c \
40 unistd/ptsname.c \
41 unistd/ptsname_r.c \
42 unistd/pwrite.c \
43 unistd/raise.c \
44 unistd/reboot.c \
45 unistd/recv.c \
46 unistd/sbrk.c \
47 unistd/send.c \
48 unistd/setegid.c \
49 unistd/seteuid.c \
50 unistd/setpgrp.c \
51 unistd/sigblock.c \
52 unistd/siginterrupt.c \
53 unistd/siglist.c \
54 unistd/signal.c \
Thorsten Glaser92b10af2009-10-02 15:39:00 +020055 unistd/signame.c \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -080056 unistd/sigsetmask.c \
57 unistd/sigsuspend.c \
58 unistd/sigwait.c \
59 unistd/sleep.c \
60 unistd/statfs.c \
61 unistd/strsignal.c \
62 unistd/sysconf.c \
63 unistd/syslog.c \
64 unistd/system.c \
65 unistd/tcgetpgrp.c \
66 unistd/tcsetpgrp.c \
67 unistd/time.c \
68 unistd/umount.c \
69 unistd/unlockpt.c \
70 unistd/usleep.c \
71 unistd/wait.c \
72 stdio/asprintf.c \
73 stdio/clrerr.c \
74 stdio/fclose.c \
75 stdio/fdopen.c \
76 stdio/feof.c \
77 stdio/ferror.c \
78 stdio/fflush.c \
79 stdio/fgetc.c \
80 stdio/fgetln.c \
81 stdio/fgetpos.c \
82 stdio/fgets.c \
83 stdio/fileno.c \
84 stdio/findfp.c \
85 stdio/flags.c \
86 stdio/flockfile.c \
87 stdio/fopen.c \
88 stdio/fprintf.c \
89 stdio/fpurge.c \
90 stdio/fputc.c \
91 stdio/fputs.c \
92 stdio/fread.c \
93 stdio/freopen.c \
94 stdio/fscanf.c \
95 stdio/fseek.c \
96 stdio/fsetpos.c \
97 stdio/ftell.c \
98 stdio/funopen.c \
99 stdio/fvwrite.c \
100 stdio/fwalk.c \
101 stdio/fwrite.c \
102 stdio/getc.c \
103 stdio/getchar.c \
104 stdio/gets.c \
105 stdio/makebuf.c \
106 stdio/mktemp.c \
107 stdio/printf.c \
108 stdio/putc.c \
109 stdio/putchar.c \
110 stdio/puts.c \
111 stdio/putw.c \
112 stdio/refill.c \
113 stdio/remove.c \
114 stdio/rewind.c \
115 stdio/rget.c \
116 stdio/scanf.c \
117 stdio/setbuf.c \
118 stdio/setbuffer.c \
119 stdio/setvbuf.c \
120 stdio/snprintf.c\
121 stdio/sprintf.c \
122 stdio/sscanf.c \
123 stdio/stdio.c \
124 stdio/tempnam.c \
125 stdio/tmpfile.c \
126 stdio/tmpnam.c \
127 stdio/ungetc.c \
128 stdio/vasprintf.c \
129 stdio/vfprintf.c \
130 stdio/vfscanf.c \
131 stdio/vprintf.c \
132 stdio/vsnprintf.c \
133 stdio/vsprintf.c \
134 stdio/vscanf.c \
135 stdio/vsscanf.c \
136 stdio/wbuf.c \
137 stdio/wsetup.c \
138 stdlib/_rand48.c \
139 stdlib/assert.c \
140 stdlib/atexit.c \
141 stdlib/atoi.c \
142 stdlib/atol.c \
143 stdlib/atoll.c \
144 stdlib/bsearch.c \
145 stdlib/ctype_.c \
146 stdlib/div.c \
147 stdlib/exit.c \
148 stdlib/getenv.c \
149 stdlib/jrand48.c \
150 stdlib/ldiv.c \
151 stdlib/lldiv.c \
152 stdlib/locale.c \
153 stdlib/lrand48.c \
154 stdlib/mrand48.c \
155 stdlib/nrand48.c \
156 stdlib/putenv.c \
157 stdlib/qsort.c \
158 stdlib/seed48.c \
159 stdlib/setenv.c \
160 stdlib/setjmperr.c \
161 stdlib/srand48.c \
162 stdlib/strntoimax.c \
163 stdlib/strntoumax.c \
164 stdlib/strtod.c \
165 stdlib/strtoimax.c \
166 stdlib/strtol.c \
167 stdlib/strtoll.c \
168 stdlib/strtoul.c \
169 stdlib/strtoull.c \
170 stdlib/strtoumax.c \
171 stdlib/tolower_.c \
172 stdlib/toupper_.c \
173 stdlib/wchar.c \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800174 string/index.c \
175 string/memccpy.c \
176 string/memchr.c \
177 string/memmem.c \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800178 string/memrchr.c \
179 string/memswap.c \
180 string/strcasecmp.c \
181 string/strcasestr.c \
182 string/strcat.c \
183 string/strchr.c \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800184 string/strcoll.c \
185 string/strcpy.c \
186 string/strcspn.c \
187 string/strdup.c \
188 string/strerror.c \
189 string/strerror_r.c \
190 string/strlcat.c \
191 string/strlcpy.c \
192 string/strncat.c \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800193 string/strncpy.c \
194 string/strndup.c \
195 string/strnlen.c \
196 string/strpbrk.c \
197 string/strrchr.c \
198 string/strsep.c \
199 string/strspn.c \
200 string/strstr.c \
201 string/strtok.c \
202 string/strtotimeval.c \
203 string/strxfrm.c \
204 inet/bindresvport.c \
205 inet/inet_addr.c \
206 inet/inet_aton.c \
207 inet/inet_ntoa.c \
208 inet/inet_ntop.c \
209 inet/inet_pton.c \
210 tzcode/asctime.c \
211 tzcode/difftime.c \
212 tzcode/localtime.c \
213 tzcode/strftime.c \
214 tzcode/strptime.c \
215 bionic/__errno.c \
216 bionic/__set_errno.c \
217 bionic/_rand48.c \
218 bionic/arc4random.c \
219 bionic/basename.c \
220 bionic/basename_r.c \
221 bionic/dirname.c \
222 bionic/dirname_r.c \
223 bionic/drand48.c \
224 bionic/erand48.c \
225 bionic/fork.c \
226 bionic/if_nametoindex.c \
227 bionic/if_indextoname.c \
228 bionic/ioctl.c \
229 bionic/ldexp.c \
230 bionic/libc_init_common.c \
231 bionic/logd_write.c \
232 bionic/md5.c \
233 bionic/pututline.c \
234 bionic/realpath.c \
235 bionic/semaphore.c \
236 bionic/sha1.c \
237 bionic/ssp.c \
238 bionic/stubs.c \
239 bionic/system_properties.c \
240 bionic/time64.c \
241 bionic/thread_atexit.c \
242 bionic/utime.c \
243 bionic/utmp.c \
244 netbsd/gethnamaddr.c \
245 netbsd/isc/ev_timers.c \
246 netbsd/isc/ev_streams.c \
247 netbsd/inet/nsap_addr.c \
248 netbsd/resolv/__dn_comp.c \
249 netbsd/resolv/__res_close.c \
250 netbsd/resolv/__res_send.c \
251 netbsd/resolv/herror.c \
252 netbsd/resolv/res_comp.c \
253 netbsd/resolv/res_data.c \
254 netbsd/resolv/res_debug.c \
255 netbsd/resolv/res_init.c \
256 netbsd/resolv/res_mkquery.c \
257 netbsd/resolv/res_query.c \
258 netbsd/resolv/res_send.c \
Shin-ichiro KAWASAKI10093272009-09-28 16:11:39 +0900259 netbsd/resolv/res_state.c \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800260 netbsd/resolv/res_cache.c \
261 netbsd/net/nsdispatch.c \
262 netbsd/net/getaddrinfo.c \
263 netbsd/net/getnameinfo.c \
264 netbsd/net/getservbyname.c \
265 netbsd/net/getservent.c \
266 netbsd/net/base64.c \
267 netbsd/net/getservbyport.c \
268 netbsd/nameser/ns_name.c \
269 netbsd/nameser/ns_parse.c \
270 netbsd/nameser/ns_ttl.c \
271 netbsd/nameser/ns_netint.c \
272 netbsd/nameser/ns_print.c \
273 netbsd/nameser/ns_samedomain.c
274
Dima Zavinca122b02009-05-27 10:52:37 -0700275# Architecture specific source files go here
276# =========================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800277ifeq ($(TARGET_ARCH),arm)
278libc_common_src_files += \
279 bionic/eabi.c \
280 arch-arm/bionic/__get_pc.S \
281 arch-arm/bionic/__get_sp.S \
282 arch-arm/bionic/_exit_with_stack_teardown.S \
283 arch-arm/bionic/_setjmp.S \
284 arch-arm/bionic/atomics_arm.S \
285 arch-arm/bionic/clone.S \
286 arch-arm/bionic/ffs.S \
287 arch-arm/bionic/kill.S \
David 'Digit' Turner2a7ad972009-09-29 14:43:38 -0700288 arch-arm/bionic/libgcc_compat.c \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800289 arch-arm/bionic/tkill.S \
290 arch-arm/bionic/memcmp.S \
291 arch-arm/bionic/memcmp16.S \
292 arch-arm/bionic/memcpy.S \
293 arch-arm/bionic/memset.S \
294 arch-arm/bionic/setjmp.S \
295 arch-arm/bionic/sigsetjmp.S \
296 arch-arm/bionic/strlen.c.arm \
297 arch-arm/bionic/syscall.S \
Matt Fischere4fa46e2010-01-11 10:02:06 +0800298 arch-arm/bionic/sigaction.c \
299 arch-arm/bionic/__sig_restorer.S \
Shin-ichiro KAWASAKI10093272009-09-28 16:11:39 +0900300 string/memmove.c.arm \
Bruce Beare8ff1a272010-03-04 11:03:37 -0800301 string/bcopy.c \
302 string/strcmp.c \
303 string/strncmp.c \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800304 unistd/socketcalls.c
305
306# These files need to be arm so that gdbserver
307# can set breakpoints in them without messing
308# up any thumb code.
309libc_common_src_files += \
310 bionic/pthread.c.arm \
311 bionic/pthread-timers.c.arm \
312 bionic/ptrace.c.arm
Dima Zavinca122b02009-05-27 10:52:37 -0700313
314# these are used by the static and dynamic versions of the libc
315# respectively
316libc_arch_static_src_files := \
317 arch-arm/bionic/exidx_static.c
318
319libc_arch_dynamic_src_files := \
320 arch-arm/bionic/exidx_dynamic.c
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800321else # !arm
322
323ifeq ($(TARGET_ARCH),x86)
324libc_common_src_files += \
325 arch-x86/bionic/__get_sp.S \
326 arch-x86/bionic/__get_tls.c \
327 arch-x86/bionic/__set_tls.c \
328 arch-x86/bionic/atomics_x86.S \
329 arch-x86/bionic/clone.S \
330 arch-x86/bionic/_exit_with_stack_teardown.S \
331 arch-x86/bionic/setjmp.S \
332 arch-x86/bionic/_setjmp.S \
333 arch-x86/bionic/vfork.S \
Bruce Beare3c543e12010-03-04 10:29:38 -0800334 arch-x86/bionic/syscall.S \
Bruce Beare8ff1a272010-03-04 11:03:37 -0800335 arch-x86/string/bcopy_wrapper.S \
336 arch-x86/string/memcpy_wrapper.S \
337 arch-x86/string/memmove_wrapper.S \
338 arch-x86/string/bzero_wrapper.S \
339 arch-x86/string/memcmp_wrapper.S \
340 arch-x86/string/memset_wrapper.S \
341 arch-x86/string/strcmp_wrapper.S \
342 arch-x86/string/strncmp_wrapper.S \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800343 arch-x86/string/strlen.S \
344 bionic/pthread.c \
345 bionic/pthread-timers.c \
346 bionic/ptrace.c
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800347
Dima Zavinca122b02009-05-27 10:52:37 -0700348# this is needed for static versions of libc
349libc_arch_static_src_files := \
350 arch-x86/bionic/dl_iterate_phdr_static.c
351
352libc_arch_dynamic_src_files :=
Shin-ichiro KAWASAKI10093272009-09-28 16:11:39 +0900353else # !x86
354
355ifeq ($(TARGET_ARCH),sh)
356libc_common_src_files += \
357 arch-sh/bionic/__get_pc.S \
358 arch-sh/bionic/__get_sp.S \
359 arch-sh/bionic/_exit_with_stack_teardown.S \
360 arch-sh/bionic/_setjmp.S \
361 arch-sh/bionic/atomics_sh.c \
362 arch-sh/bionic/atomic_cmpxchg.S \
363 arch-sh/bionic/clone.S \
364 arch-sh/bionic/pipe.S \
365 arch-sh/bionic/memcpy.S \
366 arch-sh/bionic/memset.S \
367 arch-sh/bionic/bzero.S \
368 arch-sh/bionic/setjmp.S \
369 arch-sh/bionic/sigsetjmp.S \
370 arch-sh/bionic/syscall.S \
371 arch-sh/bionic/memmove.S \
372 arch-sh/bionic/__set_tls.c \
373 arch-sh/bionic/__get_tls.c \
374 arch-sh/bionic/ffs.S \
Bruce Beare8ff1a272010-03-04 11:03:37 -0800375 string/bcopy.c \
376 string/strcmp.c \
377 string/strncmp.c \
Shin-ichiro KAWASAKI10093272009-09-28 16:11:39 +0900378 string/memcmp.c \
379 string/strlen.c \
380 bionic/eabi.c \
381 bionic/pthread.c \
382 bionic/pthread-timers.c \
383 bionic/ptrace.c \
384 unistd/socketcalls.c
385endif # sh
386
387endif # !x86
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800388endif # !arm
389
Dima Zavinca122b02009-05-27 10:52:37 -0700390# Define some common cflags
391# ========================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800392libc_common_cflags := \
393 -DWITH_ERRLIST \
394 -DANDROID_CHANGES \
395 -DUSE_LOCKS \
396 -DREALLOC_ZERO_BYTES_FREES \
397 -D_LIBC=1 \
398 -DSOFTFLOAT \
399 -DFLOATING_POINT \
400 -DNEED_PSELECT=1 \
401 -DINET6 \
402 -I$(LOCAL_PATH)/private \
Dima Zavinca122b02009-05-27 10:52:37 -0700403 -DUSE_DL_PREFIX
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800404
Dave Bortd2c9dcc2009-04-23 15:50:03 -0700405ifeq ($(strip $(DEBUG_BIONIC_LIBC)),true)
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800406 libc_common_cflags += -DDEBUG
407endif
408
409ifeq ($(TARGET_ARCH),arm)
410 libc_common_cflags += -fstrict-aliasing
Dima Zavinca122b02009-05-27 10:52:37 -0700411 libc_crt_target_cflags := -mthumb-interwork
David 'Digit' Turner4a05d122009-09-18 13:35:05 -0700412 #
413 # Define HAVE_ARM_TLS_REGISTER macro to indicate to the C library
414 # that it should access the hardware TLS register directly in
415 # private/bionic_tls.h
416 #
417 # The value must match your kernel configuration
418 #
419 ifeq ($(ARCH_ARM_HAVE_TLS_REGISTER),true)
420 libc_common_cflags += -DHAVE_ARM_TLS_REGISTER
421 endif
Dima Zavinca122b02009-05-27 10:52:37 -0700422else # !arm
423 ifeq ($(TARGET_ARCH),x86)
424 libc_crt_target_cflags := -m32
Bruce Beare8ff1a272010-03-04 11:03:37 -0800425
426 # Enable recent IA friendly memory routines (such as for Atom)
427 # These will not work on the earlier x86 machines
428 libc_common_cflags += -mtune=i686 -DUSE_SSSE3 -DUSE_SSE2
Dima Zavinca122b02009-05-27 10:52:37 -0700429 endif # x86
430endif # !arm
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800431
Dima Zavinca122b02009-05-27 10:52:37 -0700432# Define some common includes
433# ========================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800434libc_common_c_includes := \
435 $(LOCAL_PATH)/stdlib \
436 $(LOCAL_PATH)/string \
437 $(LOCAL_PATH)/stdio
438
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800439
Dima Zavinca122b02009-05-27 10:52:37 -0700440# Define the libc run-time (crt) support object files that must be built,
441# which are needed to build all other objects (shared/static libs and
442# executables)
443# ==========================================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800444
445ifeq ($(TARGET_ARCH),x86)
Dima Zavinca122b02009-05-27 10:52:37 -0700446# we only need begin_so/end_so for x86, since it needs an appropriate .init
447# section in the shared library with a function to call all the entries in
448# .ctors section. ARM uses init_array, and does not need the function.
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800449GEN := $(TARGET_OUT_STATIC_LIBRARIES)/crtbegin_so.o
450$(GEN): $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtbegin_so.S
451 @mkdir -p $(dir $@)
Dima Zavinca122b02009-05-27 10:52:37 -0700452 $(TARGET_CC) $(libc_crt_target_cflags) -o $@ -c $<
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800453ALL_GENERATED_SOURCES += $(GEN)
454
455GEN := $(TARGET_OUT_STATIC_LIBRARIES)/crtend_so.o
456$(GEN): $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtend_so.S
457 @mkdir -p $(dir $@)
Dima Zavinca122b02009-05-27 10:52:37 -0700458 $(TARGET_CC) $(libc_crt_target_cflags) -o $@ -c $<
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800459ALL_GENERATED_SOURCES += $(GEN)
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800460endif # TARGET_ARCH == x86
461
Dima Zavinca122b02009-05-27 10:52:37 -0700462
463GEN := $(TARGET_OUT_STATIC_LIBRARIES)/crtbegin_static.o
464$(GEN): $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtbegin_static.S
465 @mkdir -p $(dir $@)
466 $(TARGET_CC) $(libc_crt_target_cflags) -o $@ -c $<
467ALL_GENERATED_SOURCES += $(GEN)
468
469GEN := $(TARGET_OUT_STATIC_LIBRARIES)/crtbegin_dynamic.o
470$(GEN): $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtbegin_dynamic.S
471 @mkdir -p $(dir $@)
472 $(TARGET_CC) $(libc_crt_target_cflags) -o $@ -c $<
473ALL_GENERATED_SOURCES += $(GEN)
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800474
475
Dima Zavinca122b02009-05-27 10:52:37 -0700476# We rename crtend.o to crtend_android.o to avoid a
477# name clash between gcc and bionic.
478GEN := $(TARGET_OUT_STATIC_LIBRARIES)/crtend_android.o
479$(GEN): $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtend.S
480 @mkdir -p $(dir $@)
481 $(TARGET_CC) $(libc_crt_target_cflags) -o $@ -c $<
482ALL_GENERATED_SOURCES += $(GEN)
483
484
485# To enable malloc leak check for statically linked programs, add
486# "WITH_MALLOC_CHECK_LIBC_A := true" to buildspec.mk
487WITH_MALLOC_CHECK_LIBC_A := $(strip $(WITH_MALLOC_CHECK_LIBC_A))
488
489# ========================================================
490# libc_common.a
491# ========================================================
492include $(CLEAR_VARS)
493
494LOCAL_SRC_FILES := $(libc_common_src_files)
495LOCAL_CFLAGS := $(libc_common_cflags)
496LOCAL_C_INCLUDES := $(libc_common_c_includes)
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800497LOCAL_MODULE := libc_common
498LOCAL_SYSTEM_SHARED_LIBRARIES :=
499
500include $(BUILD_STATIC_LIBRARY)
501
502
Dima Zavinca122b02009-05-27 10:52:37 -0700503# ========================================================
Dima Zavin49e55332009-05-27 10:52:37 -0700504# libc_nomalloc.a
505# ========================================================
506#
507# This is a version of the static C library that does not
508# include malloc. It's useful in situations when calling
509# the user wants to provide their own malloc implementation,
510# or wants to explicitly disallow the use of the use of malloc,
511# like the dynamic loader.
512
513include $(CLEAR_VARS)
514
515LOCAL_SRC_FILES := \
516 $(libc_arch_static_src_files) \
517 bionic/libc_init_static.c
518
519LOCAL_C_INCLUDES := $(libc_common_c_includes)
520LOCAL_CFLAGS := $(libc_common_cflags)
521
522LOCAL_MODULE := libc_nomalloc
523LOCAL_WHOLE_STATIC_LIBRARIES := libc_common
524LOCAL_SYSTEM_SHARED_LIBRARIES :=
525
526include $(BUILD_STATIC_LIBRARY)
527
528
529# ========================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800530# libc.a
531# ========================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800532include $(CLEAR_VARS)
533
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800534LOCAL_SRC_FILES := \
Dima Zavinca122b02009-05-27 10:52:37 -0700535 $(libc_arch_static_src_files) \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800536 bionic/dlmalloc.c \
537 bionic/libc_init_static.c
538
Dima Zavinca122b02009-05-27 10:52:37 -0700539LOCAL_CFLAGS := $(libc_common_cflags)
540
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800541ifeq ($(WITH_MALLOC_CHECK_LIBC_A),true)
Dima Zavinca122b02009-05-27 10:52:37 -0700542 LOCAL_CFLAGS += -DMALLOC_LEAK_CHECK
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800543 LOCAL_SRC_FILES += bionic/malloc_leak.c.arm
544endif
545
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800546LOCAL_C_INCLUDES := $(libc_common_c_includes)
547
Dima Zavinca122b02009-05-27 10:52:37 -0700548LOCAL_MODULE := libc
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800549LOCAL_WHOLE_STATIC_LIBRARIES := libc_common
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800550LOCAL_SYSTEM_SHARED_LIBRARIES :=
551
552include $(BUILD_STATIC_LIBRARY)
553
554
Dima Zavinca122b02009-05-27 10:52:37 -0700555# ========================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800556# libc.so
557# ========================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800558include $(CLEAR_VARS)
559
560LOCAL_CFLAGS := $(libc_common_cflags)
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800561LOCAL_C_INCLUDES := $(libc_common_c_includes)
562
563LOCAL_SRC_FILES := \
Dima Zavinca122b02009-05-27 10:52:37 -0700564 $(libc_arch_dynamic_src_files) \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800565 bionic/dlmalloc.c \
566 bionic/malloc_leak.c.arm \
567 bionic/libc_init_dynamic.c
568
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800569LOCAL_MODULE:= libc
570
571# WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
572# make sure to add -Wl,--exclude-libs=libgcc.a to the LOCAL_LDFLAGS for those libraries. This
573# ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
574# external; if that were the case, then libc would not pull those symbols from libgcc.a as it
575# should, instead relying on the external symbols from the dependent libraries. That would
576# create an "cloaked" dependency on libgcc.a in libc though the libraries, which is not what
577# you wanted!
578
579LOCAL_SHARED_LIBRARIES := libdl
580LOCAL_WHOLE_STATIC_LIBRARIES := libc_common
581LOCAL_SYSTEM_SHARED_LIBRARIES :=
582
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800583include $(BUILD_SHARED_LIBRARY)
584
585
Dima Zavinca122b02009-05-27 10:52:37 -0700586# ========================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800587# libc_debug.so
588# ========================================================
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800589include $(CLEAR_VARS)
590
Dima Zavinca122b02009-05-27 10:52:37 -0700591LOCAL_CFLAGS := \
592 $(libc_common_cflags) \
593 -DMALLOC_LEAK_CHECK
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800594
595LOCAL_C_INCLUDES := $(libc_common_c_includes)
596
597LOCAL_SRC_FILES := \
Dima Zavinca122b02009-05-27 10:52:37 -0700598 $(libc_arch_dynamic_src_files) \
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800599 bionic/dlmalloc.c \
600 bionic/malloc_leak.c.arm \
601 bionic/libc_init_dynamic.c
602
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800603LOCAL_MODULE:= libc_debug
604
605# WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
606# make sure to add -Wl,--exclude-libs=libgcc.a to the LOCAL_LDFLAGS for those libraries. This
607# ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
608# external; if that were the case, then libc would not pull those symbols from libgcc.a as it
609# should, instead relying on the external symbols from the dependent libraries. That would
610# create an "cloaked" dependency on libgcc.a in libc though the libraries, which is not what
611# you wanted!
612
613LOCAL_SHARED_LIBRARIES := libdl
614LOCAL_WHOLE_STATIC_LIBRARIES := libc_common
615LOCAL_SYSTEM_SHARED_LIBRARIES :=
616# Don't prelink
617LOCAL_PRELINK_MODULE := false
618# Don't install on release build
619LOCAL_MODULE_TAGS := eng
620
The Android Open Source Project1dc9e472009-03-03 19:28:35 -0800621include $(BUILD_SHARED_LIBRARY)
622
623# ========================================================
624include $(call all-makefiles-under,$(LOCAL_PATH))