android: remove dependency on cpu-features.h
android: remove dependency on cpu-features.h getauxval got introduced into bionic well before Android 5.0
This commit is contained in:
committed by
GitHub
parent
25ab8c99df
commit
6905714986
@@ -76,10 +76,6 @@
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
#if defined(SDL_PLATFORM_ANDROID) && defined(__arm__) && !defined(HAVE_GETAUXVAL)
|
||||
#include <cpu-features.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_GETAUXVAL) || defined(HAVE_ELF_AUX_INFO)
|
||||
#include <sys/auxv.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user