diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2010-05-03 12:31:13 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-05-03 12:31:13 -0700 |
commit | 9b6c850d24df82451862b81f059361b586f5ef0b (patch) | |
tree | 6be1c6e2285ad3882b48d10fbc5f31b0165fc994 /libpixelflinger/codeflinger | |
parent | f42d2fac2b09547295e353ddffb281aa7932403f (diff) | |
download | system_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.cpp | 2 |
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 { |