am 3761f453: am f5897dcb: Merge "Fix linking of aarch64 static binaries."

* commit '3761f4538424d2bcb332e41c1e78c6e3263d2c39':
  Fix linking of aarch64 static binaries.
This commit is contained in:
Elliott Hughes 2013-12-18 23:40:26 +00:00 committed by Android Git Automerger
commit 9baf483936

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 :=