OSDN Git Service

Only check ARCH_ARM_HAVE_ARMV7A if TARGET_ARCH is arm
authorChih-Wei Huang <cwhuang@android-x86.org>
Thu, 16 Feb 2012 11:25:30 +0000 (19:25 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Tue, 21 Feb 2012 11:48:27 +0000 (19:48 +0800)
commit5f639410b7d78fbbe3333f3e60e04c9ffb85bbd9
tree0b63bc5caccf86d5641c1370d406df49dc8c87b2
parentc13097a64cf28ddfbcf3a79ac7c2e78dcdf9c59e
Only check ARCH_ARM_HAVE_ARMV7A if TARGET_ARCH is arm

It only makes sense to check ARCH_ARM_HAVE_ARMV7A if the arch is arm.

This patch is required to enable chrome http stack on x86.

Change-Id: Ie59fc1a0a44f79a403501be96766ed825f6a7e72
Android.mk