mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
android: use cpufeatures to support SDL_HasNEON() (thanks, Sylvain!).
Fixes Bugzilla #4406.
This commit is contained in:
parent
1e4acca851
commit
3323b355c9
2 changed files with 26 additions and 3 deletions
|
|
@ -75,6 +75,8 @@ ifeq ($(NDK_DEBUG),1)
|
|||
cmd-strip :=
|
||||
endif
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := cpufeatures
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
###########################
|
||||
|
|
@ -124,3 +126,6 @@ LOCAL_MODULE := libhidapi
|
|||
LOCAL_LDLIBS := -llog
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
$(call import-module,android/cpufeatures)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue