OSDN Git Service

Fix a few libc makefile mishaps.
authorChristopher Ferris <cferris@google.com>
Fri, 5 Jun 2015 02:24:07 +0000 (19:24 -0700)
committerChristopher Ferris <cferris@google.com>
Fri, 5 Jun 2015 02:40:50 +0000 (19:40 -0700)
commit19fee2ca8beb4fae5b5c142de19757410171dc93
tree6247060c105b5aaf01b5cedb94507d8df99f36dd
parent12ca831b0e03e85a2f5588bdf834dc6046d1ac6c
Fix a few libc makefile mishaps.

These are the problems fixed in this CL:

- The ndk_cruft.cpp file was not compiled for 64 bit.
- Some files where not compiled for libc_bionic.a due to a missing
  patch-up-arch-specific-flags call.
- The libc_bionic_ndk.a patch up call was using bionic src, not
  the bionic_ndk_src_files.
- Move mmap.cpp to the ndk src list where it was before because of
  the above errors.

Bug: 21640784
Change-Id: I31e97bc8bf347c8e584cc17aa4b984a7d122b298
libc/Android.mk