OSDN Git Service

libc: Add an intermediate version of the static libc without malloc
authorDima Zavin <dima@android.com>
Wed, 27 May 2009 17:52:37 +0000 (10:52 -0700)
committerDima Zavin <dima@android.com>
Thu, 28 May 2009 03:16:19 +0000 (20:16 -0700)
commit49e55332784b82f7112ee7c1ea3c176c9dc32d7a
tree1121d44ca93d523efffb50a140b323e025b0b03f
parentca122b0e34df0e8c485be0d3ab1b80f728b76276
libc: Add an intermediate version of the static libc without malloc

For now, this will only used by the dynamic loader to ensure that
malloc and friends are never called.

Signed-off-by: Dima Zavin <dima@android.com>
libc/Android.mk