summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/codeflinger
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-05-03 12:31:13 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-05-03 12:31:13 -0700
commit9b6c850d24df82451862b81f059361b586f5ef0b (patch)
tree6be1c6e2285ad3882b48d10fbc5f31b0165fc994 /libpixelflinger/codeflinger
parentf42d2fac2b09547295e353ddffb281aa7932403f (diff)
downloadsystem_core-9b6c850d24df82451862b81f059361b586f5ef0b.zip
system_core-9b6c850d24df82451862b81f059361b586f5ef0b.tar.gz
system_core-9b6c850d24df82451862b81f059361b586f5ef0b.tar.bz2
fix sim build
Change-Id: Ide300eafbcbbc6dfae25fe86188302c6676c4a3b
Diffstat (limited to 'libpixelflinger/codeflinger')
-rw-r--r--libpixelflinger/codeflinger/texturing.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpixelflinger/codeflinger/texturing.cpp b/libpixelflinger/codeflinger/texturing.cpp
index ba13fb3..6baa28e 100644
--- a/libpixelflinger/codeflinger/texturing.cpp
+++ b/libpixelflinger/codeflinger/texturing.cpp
@@ -25,7 +25,9 @@
#include "codeflinger/GGLAssembler.h"
+#ifdef __arm__
#include <machine/cpu-features.h>
+#endif
namespace android {