aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-10-26 08:15:57 -0700
committerDavid 'Digit' Turner <digit@google.com>2010-10-26 08:15:57 -0700
commit6b6e7556db5f4c57302a13272349febac2667be7 (patch)
tree6e9b5da8275e11c1294a64455db4d007f335b4da /Android.mk
parentd49e5db44f5a514683ef600db88f8be0b40c3bfd (diff)
downloadndk-6b6e7556db5f4c57302a13272349febac2667be7.tar.gz
Fix the build
Apparently, cpu-features.c is also built for the host in our full build. Change-Id: I901911fbd5cb0b2f3dbdb340a3f4a29df2916fff
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 8fe541eff..f4a4b0c57 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,5 +2,5 @@
# build the Android platform. This is not the normal usage of the NDK.
ifneq ($(TARGET_SIMULATOR),true)
-include ndk/sources/cpufeatures/Android.mk
+include ndk/sources/android/cpufeatures/Android.mk
endif