OSDN Git Service

Build syscall stubs in their own library.
authorElliott Hughes <enh@google.com>
Tue, 11 Feb 2014 21:32:02 +0000 (13:32 -0800)
committerElliott Hughes <enh@google.com>
Tue, 11 Feb 2014 21:52:02 +0000 (13:52 -0800)
commitb3a23bd0178c8edbb34e310be08e6fb73ac6ba09
treec1b689b1ba401045d91a629d70017a7db2fcb395
parenta206dde5bdf9b4d995bf578cc3b54fb8b85e02c5
Build syscall stubs in their own library.

This lets us lose the auto-generated makefiles.

Change-Id: I2de0c71b3b9c08f9cce8f4ff7fd7254dda008c86
libc/Android.mk
libc/arch-arm/syscalls.mk [deleted file]
libc/arch-arm64/syscalls.mk [deleted file]
libc/arch-mips/syscalls.mk [deleted file]
libc/arch-mips64/syscalls.mk [deleted file]
libc/arch-x86/syscalls.mk [deleted file]
libc/arch-x86_64/syscalls.mk [deleted file]
libc/tools/gensyscalls.py