Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,7 +20,9 @@
#include <cutils/log.h>
#include "codeflinger/GGLAssembler.h"

#ifdef __ARM_ARCH__
#include <machine/cpu-features.h>
#endif

namespace android {