cpu-features.h is only available for ARM
Change-Id: I1e8001a1875bfd9cebfe18dfd757556b55c8213c
This commit is contained in:
parent
9b6c850d24
commit
2bef93cc20
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include "codeflinger/GGLAssembler.h"
|
||||
|
||||
#ifdef __arm__
|
||||
#ifdef __ARM_ARCH__
|
||||
#include <machine/cpu-features.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue