diff options
author | keunyoung <keunyoung@google.com> | 2013-03-05 14:46:37 -0800 |
---|---|---|
committer | keunyoung <keunyoung@google.com> | 2013-03-05 14:46:37 -0800 |
commit | 993e411889f05caee191cf3c04dbd6aa9d812c37 (patch) | |
tree | 5c0103535917b61fee108f6637fb0038738c11c3 | |
parent | 8a52ffa74a764bfe0445c2eac59048217302e152 (diff) | |
download | device_generic_armv7-a-neon-993e411889f05caee191cf3c04dbd6aa9d812c37.tar.gz device_generic_armv7-a-neon-993e411889f05caee191cf3c04dbd6aa9d812c37.tar.bz2 device_generic_armv7-a-neon-993e411889f05caee191cf3c04dbd6aa9d812c37.zip |
add TARGET_CPU_VARIANT to PDK ARM target
- fix build
Change-Id: I0af2d9961445b34b2ef2a5f38014ed20f9602f7f
-rw-r--r-- | BoardConfig.mk | 1 |
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 |