diff options
author | leozwang <leozwang@google.com> | 2016-02-23 10:14:13 -0800 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2016-03-03 00:07:00 +0000 |
commit | 3c5405c44ea987387d3b0c2d2abf69131836c52b (patch) | |
tree | c682bcd965a542f268065e98955fd3aeddb4d777 | |
parent | 0e7af778b59c0ff590e21fcce8cfc9176dc0d13d (diff) | |
download | device_generic_armv7-a-neon-3c5405c44ea987387d3b0c2d2abf69131836c52b.tar.gz device_generic_armv7-a-neon-3c5405c44ea987387d3b0c2d2abf69131836c52b.tar.bz2 device_generic_armv7-a-neon-3c5405c44ea987387d3b0c2d2abf69131836c52b.zip |
Switch to armv7 neon.android-cts-7.0_r9android-cts-7.0_r8android-cts-7.0_r7android-cts-7.0_r6android-cts-7.0_r5android-cts-7.0_r4android-cts-7.0_r33android-cts-7.0_r32android-cts-7.0_r31android-cts-7.0_r30android-cts-7.0_r3android-cts-7.0_r29android-cts-7.0_r28android-cts-7.0_r27android-cts-7.0_r26android-cts-7.0_r25android-cts-7.0_r24android-cts-7.0_r23android-cts-7.0_r22android-cts-7.0_r21android-cts-7.0_r20android-cts-7.0_r2android-cts-7.0_r19android-cts-7.0_r18android-cts-7.0_r17android-cts-7.0_r16android-cts-7.0_r15android-cts-7.0_r14android-cts-7.0_r13android-cts-7.0_r12android-cts-7.0_r11android-cts-7.0_r10android-cts-7.0_r1android-7.1.0_r7android-7.1.0_r6android-7.1.0_r5android-7.1.0_r4android-7.1.0_r3android-7.1.0_r2android-7.1.0_r1android-7.0.0_r7android-7.0.0_r6android-7.0.0_r5android-7.0.0_r4android-7.0.0_r36android-7.0.0_r35android-7.0.0_r34android-7.0.0_r33android-7.0.0_r32android-7.0.0_r31android-7.0.0_r30android-7.0.0_r3android-7.0.0_r29android-7.0.0_r28android-7.0.0_r27android-7.0.0_r24android-7.0.0_r21android-7.0.0_r19android-7.0.0_r17android-7.0.0_r15android-7.0.0_r14android-7.0.0_r13android-7.0.0_r12android-7.0.0_r1nougat-releasenougat-mr0.5-releasenougat-dr1-releasenougat-devnougat-cts-release
Bug: 27307303
Change-Id: Iedd402dbe5122496c790fd80e56af058d061ad55
(cherry picked from commit 2379eaa61a1a8d4818adb0be0f999a1abd85e8de)
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index b4cbd50..59f76ff 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -8,7 +8,7 @@ TARGET_NO_BOOTLOADER := true TARGET_NO_KERNEL := true TARGET_ARCH := arm -TARGET_ARCH_VARIANT := armv7-a +TARGET_ARCH_VARIANT := armv7-a-neon TARGET_CPU_VARIANT := generic TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi |