From 5ef6b2f2568944e9dedf31c83716b8dd94dd506a Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 13 Jul 2010 15:50:46 -0700 Subject: [PATCH] ndk sample hello-neon: use $(call import-module) to access the 'cpufeatures' library Change-Id: I29397158de0ccdd89dfe4da72a544fad14a8324e --- ndk/samples/hello-neon/jni/Android.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ndk/samples/hello-neon/jni/Android.mk b/ndk/samples/hello-neon/jni/Android.mk index a3ca55ed..685b01b3 100644 --- a/ndk/samples/hello-neon/jni/Android.mk +++ b/ndk/samples/hello-neon/jni/Android.mk @@ -11,12 +11,10 @@ ifeq ($(TARGET_ARCH_ABI),armeabi-v7a) LOCAL_SRC_FILES += helloneon-intrinsics.c.neon endif -LOCAL_C_INCLUDES := $(NDK_ROOT)/sources/cpufeatures - LOCAL_STATIC_LIBRARIES := cpufeatures LOCAL_LDLIBS := -llog include $(BUILD_SHARED_LIBRARY) -include $(NDK_ROOT)/sources/cpufeatures/Android.mk +$(call import-module,cpufeatures) -- 2.11.0