diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-08-10 09:56:39 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-08-10 10:00:40 -0700 |
commit | 4a9587782a250438bc42a36a1c07736234e823bb (patch) | |
tree | d9183289f630f84bcdeab5f5f1d198625276811d | |
parent | a1bfdaa528c0972b2c7fd89841595bb1297ebc82 (diff) | |
download | device_generic_armv7-a-neon-4a9587782a250438bc42a36a1c07736234e823bb.tar.gz device_generic_armv7-a-neon-4a9587782a250438bc42a36a1c07736234e823bb.tar.bz2 device_generic_armv7-a-neon-4a9587782a250438bc42a36a1c07736234e823bb.zip |
Fix build - Add TARGET_ARCH := arm
Change-Id: I060f57e76e0fe7c048b7968e43525b510bb4e13d
-rw-r--r-- | BoardConfig.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 3216009..4d1f6ab 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -7,6 +7,7 @@ TARGET_NO_BOOTLOADER := true TARGET_NO_KERNEL := true +TARGET_ARCH := arm TARGET_ARCH_VARIANT := armv7-a-neon TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi |