Merge "Fix linking of aarch64 static binaries."

This commit is contained in:
Elliott Hughes 2013-12-18 23:31:28 +00:00 committed by Gerrit Code Review
commit f5897dcb1d

View File

@ -12,3 +12,8 @@ _LIBC_ARCH_COMMON_SRC_FILES := \
arch-aarch64/bionic/sigsetjmp.S \
arch-aarch64/bionic/syscall.S \
arch-aarch64/bionic/vfork.S \
_LIBC_ARCH_STATIC_SRC_FILES := \
bionic/dl_iterate_phdr_static.c \
_LIBC_ARCH_DYNAMIC_SRC_FILES :=