; Fix typo
* cross/ndk-build/ndk-build-shared-library.mk: Fix typo.
This commit is contained in:
parent
2222c7c335
commit
1d84465236
1 changed files with 0 additions and 1 deletions
|
@ -141,7 +141,6 @@ ALL_SOURCE_FILES := $(LOCAL_SRC_FILES) $(LOCAL_SRC_FILES_$(NDK_BUILD_ARCH))
|
|||
ALL_OBJECT_FILES$(LOCAL_MODULE) :=
|
||||
|
||||
# Now filter out code that is only built on systems with neon.
|
||||
ifneq $(findstring v8,$(NDK_BUILD_ARCH))
|
||||
ALL_SOURCE_FILES := $(filter-out %.neon,$(ALL_SOURCE_FILES))
|
||||
|
||||
$(foreach source,$(ALL_SOURCE_FILES),$(eval $(call single-object-target,$(source))))
|
||||
|
|
Loading…
Add table
Reference in a new issue