diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2013-02-16 20:24:23 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2013-02-16 20:24:23 +0700 |
commit | 15d28f2bfe320514dcb9bd9894fcaed2f480bcf5 (patch) | |
tree | ff20a6aa8fb320dd6ae79c3c28bb640b8cebd8cb | |
parent | f7f35bc3ba2f0052cd318409d2eea73e5b3c66ae (diff) | |
download | device_samsung_aries-common-15d28f2bfe320514dcb9bd9894fcaed2f480bcf5.zip device_samsung_aries-common-15d28f2bfe320514dcb9bd9894fcaed2f480bcf5.tar.gz device_samsung_aries-common-15d28f2bfe320514dcb9bd9894fcaed2f480bcf5.tar.bz2 |
aries-common: opt-in to bionic optimization
Change-Id: I9503753104d4dc96f6ca666b12e78fa970cf95e7
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1a258b0..37e6cc7 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -26,6 +26,7 @@ TARGET_ARCH := arm TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi TARGET_ARCH_VARIANT := armv7-a-neon +TARGET_ARCH_VARIANT_CPU := cortex-a8 ARCH_ARM_HAVE_TLS_REGISTER := true TARGET_NO_BOOTLOADER := true |