summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeunyoung <keunyoung@google.com>2013-03-05 14:46:37 -0800
committerChristopher Ferris <cferris@google.com>2013-03-07 19:00:23 -0800
commit9de9b9762b7768b010400f7d950af1ecdbb12e6c (patch)
tree5c0103535917b61fee108f6637fb0038738c11c3
parent8a52ffa74a764bfe0445c2eac59048217302e152 (diff)
downloadandroid_device_generic_armv7-a-neon-9de9b9762b7768b010400f7d950af1ecdbb12e6c.tar.gz
android_device_generic_armv7-a-neon-9de9b9762b7768b010400f7d950af1ecdbb12e6c.tar.bz2
android_device_generic_armv7-a-neon-9de9b9762b7768b010400f7d950af1ecdbb12e6c.zip
add TARGET_CPU_VARIANT to PDK ARM target
Change-Id: I6d458e49671f36cb368a784156b8ccf09074bab4
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 13c2f65..5338dcb 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -9,6 +9,7 @@ TARGET_NO_KERNEL := true
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv7-a-neon
+TARGET_CPU_VARIANT := cortex-a9
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_CPU_SMP := true