Commit 49ab1bd9 authored by BogDan Vatra's avatar BogDan Vatra Committed by The Qt Project
Browse files

Android: fix compile


In early NDKs (previous to 9) Elf32_auxv_t struct was not defined at all.
In NDK 9+ Elf32_auxv_t struct is already defined in elf.h and we'll get an error.
We need to include asm/procinfo.h for HWCAP_VFP.

Change-Id: I1ba30991ea9dd14ad9d7273c58ed6e61cd75255e
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
parent ae1322df
No related merge requests found
Showing with 1 addition and 8 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment