diff options
author | Christopher Ferris <cferris@google.com> | 2013-02-05 15:49:55 -0800 |
---|---|---|
committer | Christopher Ferris <cferris@google.com> | 2013-03-07 18:02:42 -0800 |
commit | eb4caa05573b00c96092cf7838a3b12397c9df29 (patch) | |
tree | 6b1e46ad88d99858e804f54e928a2a78740328c4 | |
parent | 1cd05808ec499ef668760fd276715412c829a271 (diff) | |
download | device_samsung_tuna-eb4caa05573b00c96092cf7838a3b12397c9df29.zip device_samsung_tuna-eb4caa05573b00c96092cf7838a3b12397c9df29.tar.gz device_samsung_tuna-eb4caa05573b00c96092cf7838a3b12397c9df29.tar.bz2 |
Adding TARGET_CPU_VARIANT to config file.
Bug: 8005082
Merge from internal master.
Change-Id: I50f0d33addb858b0c0510f97b4a1abb8bd9a4691
-rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 58f877a..1e6d96a 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -30,6 +30,7 @@ TARGET_CPU_ABI2 := armeabi TARGET_CPU_SMP := true TARGET_ARCH := arm TARGET_ARCH_VARIANT := armv7-a-neon +TARGET_CPU_VARIANT := cortex-a9 ARCH_ARM_HAVE_TLS_REGISTER := true TARGET_NO_BOOTLOADER := true |