summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeunyoung <keunyoung@google.com>2013-03-05 14:46:37 -0800
committerkeunyoung <keunyoung@google.com>2013-03-05 14:46:37 -0800
commit993e411889f05caee191cf3c04dbd6aa9d812c37 (patch)
tree5c0103535917b61fee108f6637fb0038738c11c3
parent8a52ffa74a764bfe0445c2eac59048217302e152 (diff)
downloadandroid_device_generic_armv7-a-neon-993e411889f05caee191cf3c04dbd6aa9d812c37.tar.gz
android_device_generic_armv7-a-neon-993e411889f05caee191cf3c04dbd6aa9d812c37.tar.bz2
android_device_generic_armv7-a-neon-993e411889f05caee191cf3c04dbd6aa9d812c37.zip
add TARGET_CPU_VARIANT to PDK ARM target
- fix build Change-Id: I0af2d9961445b34b2ef2a5f38014ed20f9602f7f
-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