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

@@ -112,8 +112,6 @@ ifeq ($(NDK_DEBUG),1)
cmd-strip :=
endif
LOCAL_STATIC_LIBRARIES := cpufeatures
include $(BUILD_SHARED_LIBRARY)
@@ -145,4 +143,3 @@ LOCAL_EXPORT_LDLIBS :=
include $(BUILD_STATIC_LIBRARY)
$(call import-module,android/cpufeatures)