am 5ef6b2f2: ndk sample hello-neon: use to access the \'cpufeatures\' library

Merge commit '5ef6b2f2568944e9dedf31c83716b8dd94dd506a' into gingerbread-plus-aosp

* commit '5ef6b2f2568944e9dedf31c83716b8dd94dd506a':
  ndk sample hello-neon: use $(call import-module) to access the 'cpufeatures' library
This commit is contained in:
David 'Digit' Turner
2010-07-13 16:46:11 -07:00
committed by Android Git Automerger

View File

@@ -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)