OSDN Git Service

Remove unused arm defines.
authorChristopher Ferris <cferris@google.com>
Thu, 28 Feb 2013 00:25:03 +0000 (16:25 -0800)
committerChristopher Ferris <cferris@google.com>
Thu, 14 Mar 2013 22:32:18 +0000 (15:32 -0700)
commit306a3538254ed8272ff3d04bcb724d87af7423d1
treed033f8fc94bd5790c5ba3484faebc321e299e6ef
parentf861bc5cc3e17322e49f89deea61f278aaefbe76
Remove unused arm defines.

The defines HAVE_32_BYTE_CACHE_LINES and ARCH_ARM_USE_NON_NEON_MEMCPY
are not used by any code. The previous memcpy code that used these
has been split into different architecture versions to avoid the need
for them.

Bug: 8005082

Merge from internal master.

(cherry-picked from commit 6e1a5cf31ba47508b08dba02a45b4ea6e1edd6d2)

Change-Id: Ib18fc3f4131b21cdbd19b9dde7697ac25d066fcf
libc/Android.mk