summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-08-08 18:26:44 +0100
committerNarayan Kamath <narayan@google.com>2014-08-08 18:26:44 +0100
commit3930fbdd7c19c3680a76563ffe6dc36d86b892cf (patch)
treef2ee9afd4240374f62c979ce955b91384086b45e /target
parentcced082f5d8e6386815a5cfba125789e78c5e7ca (diff)
downloadbuild-3930fbdd7c19c3680a76563ffe6dc36d86b892cf.zip
build-3930fbdd7c19c3680a76563ffe6dc36d86b892cf.tar.gz
build-3930fbdd7c19c3680a76563ffe6dc36d86b892cf.tar.bz2
Make the 32-bit architecture for arm64 generic.
The idea is that we want to be able to build a single 32+64 APK whose 32 bit code can run on 32 bit devices, where we can't assume cortex-a15 or NEON. Change-Id: Ia6bf400fa472924a94b08cef83e9e5dea09222ab
Diffstat (limited to 'target')
-rw-r--r--target/board/generic_arm64/BoardConfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/board/generic_arm64/BoardConfig.mk b/target/board/generic_arm64/BoardConfig.mk
index 1493bd9..f335aef 100644
--- a/target/board/generic_arm64/BoardConfig.mk
+++ b/target/board/generic_arm64/BoardConfig.mk
@@ -22,8 +22,8 @@ TARGET_CPU_VARIANT := generic
TARGET_CPU_ABI := arm64-v8a
TARGET_2ND_ARCH := arm
-TARGET_2ND_ARCH_VARIANT := armv7-a-neon
-TARGET_2ND_CPU_VARIANT := cortex-a15
+TARGET_2ND_ARCH_VARIANT := armv7-a
+TARGET_2ND_CPU_VARIANT := generic
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi