diff options
author | keunyoung <keunyoung@google.com> | 2013-03-05 14:46:37 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2013-03-07 19:00:23 -0800 |
commit | 9de9b9762b7768b010400f7d950af1ecdbb12e6c (patch) | |
tree | 5c0103535917b61fee108f6637fb0038738c11c3 | |
parent | 8a52ffa74a764bfe0445c2eac59048217302e152 (diff) | |
download | device_generic_armv7-a-neon-9de9b9762b7768b010400f7d950af1ecdbb12e6c.tar.gz device_generic_armv7-a-neon-9de9b9762b7768b010400f7d950af1ecdbb12e6c.tar.bz2 device_generic_armv7-a-neon-9de9b9762b7768b010400f7d950af1ecdbb12e6c.zip |
add TARGET_CPU_VARIANT to PDK ARM target
Change-Id: I6d458e49671f36cb368a784156b8ccf09074bab4
-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 |