summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2017-11-09 05:35:03 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-09 05:35:03 +0000
commit979d0ed4eaf3b40657d0909096ce77f7f2c0e288 (patch)
tree2b14f32dea63ebe3eab660ba6c77fc603c5e846c
parent49bb32ebdb6e7ad4750b2b25161a9e619ef9eae7 (diff)
parent2199444cd62884f20e6cf0cc313b1d1853345e38 (diff)
downloaddragon-979d0ed4eaf3b40657d0909096ce77f7f2c0e288.tar.gz
Set TARGET_2ND_(CPU|ARCH)_VARIANT properly
am: 2199444cd6 Change-Id: I560c47c54d6f2b1026750489211d2bc366a0935c
-rw-r--r--BoardConfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index a616551..53bb361 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,10 +26,10 @@ TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := cortex-a53
TARGET_2ND_ARCH := arm
-TARGET_2ND_ARCH_VARIANT := armv7-a-neon
+TARGET_2ND_ARCH_VARIANT := armv8-a
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
-TARGET_2ND_CPU_VARIANT := cortex-a7
+TARGET_2ND_CPU_VARIANT := cortex-a53
# Disable emulator for "make dist" until there is a 64-bit qemu kernel
BUILD_EMULATOR := false