Liu,

i check the Android.mk under bionic/linker and bionic/libc, the linker use
the static liberary which called libc_nomalloc,
the major difference between this libc and normal libc is that it doesn't
provide malloc function. The implementation of malloc function
is provided by share library libc.so, i guess it would be inappropriate for
linker to call a share library function.

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to