summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2013-10-04 19:46:05 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2013-10-04 19:46:05 +0530
commit786f9843df45963fe57b076c5ff190b581547a93 (patch)
tree9c95e60d4d63e42fb93b318ccf719479a351db55
parentfcbb47fd9985733ddf17d5ab304fd500eeafaa04 (diff)
Move NEON configuration to top-level Android.mk
This leaves device-specific configuration in the top-level repo and lets the upstream build system not have to care about the actual device.
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e63457f..8ec6b1b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -77,6 +77,10 @@ CONFIGURE := autogen.sh
.SECONDARYEXPANSION:
PA_CONFIGURE_TARGETS :=
+ifneq ($(filter tuna mako,$(TARGET_DEVICE)),)
+PA_ENABLE_NEON := yes
+endif
+
ifeq ($(TARGET_ARCH),x86)
CONFIGURE_HOST := i686-android-linux
endif