Skip to content
Snippets Groups Projects
Commit 62f4d86b authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Fix build - cpu-features is ARM-specific

Change-Id: I66521f279545a249e3dcb645914f7b66f23cef21
parent 91012214
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,9 @@
#include <cutils/log.h>
#include "codeflinger/GGLAssembler.h"
#ifdef __ARM_ARCH__
#include <machine/cpu-features.h>
#endif
namespace android {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment