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:
Anonymous Maarten
2025-11-12 00:41:43 +01:00
committed by GitHub
parent 25ab8c99df
commit 6905714986
3 changed files with 0 additions and 13 deletions

View File

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