Fix build - cpu-features is ARM-specific
Change-Id: I66521f279545a249e3dcb645914f7b66f23cef21
This commit is contained in:
parent
91012214eb
commit
62f4d86b7c
|
@ -20,7 +20,9 @@
|
|||
#include <cutils/log.h>
|
||||
#include "codeflinger/GGLAssembler.h"
|
||||
|
||||
#ifdef __ARM_ARCH__
|
||||
#include <machine/cpu-features.h>
|
||||
#endif
|
||||
|
||||
namespace android {
|
||||
|
||||
|
|
Loading…
Reference in New Issue