diff options
author | Christopher Ferris <cferris@google.com> | 2013-03-08 03:00:53 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-03-08 03:00:53 +0000 |
commit | 93559b817cd0966743b41958f7bc46919d724143 (patch) | |
tree | 5c0103535917b61fee108f6637fb0038738c11c3 | |
parent | 8a52ffa74a764bfe0445c2eac59048217302e152 (diff) | |
parent | 9de9b9762b7768b010400f7d950af1ecdbb12e6c (diff) | |
download | device_generic_armv7-a-neon-93559b817cd0966743b41958f7bc46919d724143.tar.gz device_generic_armv7-a-neon-93559b817cd0966743b41958f7bc46919d724143.tar.bz2 device_generic_armv7-a-neon-93559b817cd0966743b41958f7bc46919d724143.zip |
Merge "add TARGET_CPU_VARIANT to PDK ARM target"
-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 |