Fix build - cpu-features is ARM-specific

Change-Id: I66521f279545a249e3dcb645914f7b66f23cef21
This commit is contained in:
Jean-Baptiste Queru 2010-06-15 08:19:56 -07:00
parent 91012214eb
commit 62f4d86b7c
1 changed files with 2 additions and 0 deletions

View File

@ -20,7 +20,9 @@
#include <cutils/log.h>
#include "codeflinger/GGLAssembler.h"
#ifdef __ARM_ARCH__
#include <machine/cpu-features.h>
#endif
namespace android {