summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2016-09-09 21:21:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-09-09 21:21:19 +0000
commit19f426df221d573fbb4cf890d862cf3275a7d01b (patch)
treeaf4439cfed36ccd991beab34e9baed03f09b7a98
parent9dcfe17607f1907821ecc23532580385c13675b0 (diff)
parentb879169c8199ad46a5d70ea292f429e694edec01 (diff)
downloadart-19f426df221d573fbb4cf890d862cf3275a7d01b.tar.gz
Merge "Revert "Make the generic armv8 config pretend it has a 2nd arch.""
-rw-r--r--armv8/BoardConfig.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/armv8/BoardConfig.mk b/armv8/BoardConfig.mk
index b9cc70c..e50c642 100644
--- a/armv8/BoardConfig.mk
+++ b/armv8/BoardConfig.mk
@@ -27,10 +27,4 @@ TARGET_PREFER_32_BIT_APPS :=
TARGET_SUPPORTS_32_BIT_APPS :=
TARGET_SUPPORTS_64_BIT_APPS := true
-TARGET_2ND_ARCH := arm
-TARGET_2ND_ARCH_VARIANT := armv7-a-neon
-TARGET_2ND_CPU_ABI := armeabi-v7a
-TARGET_2ND_CPU_ABI2 := armeabi
-TARGET_2ND_CPU_VARIANT := krait
-
USE_CLANG_PLATFORM_BUILD := true