guard machine/cpu.h with both android and __arm__
diff --git a/src/core/SkBitmapProcState_filter.h b/src/core/SkBitmapProcState_filter.h
index 95d6a26..7b9b3e5 100644
--- a/src/core/SkBitmapProcState_filter.h
+++ b/src/core/SkBitmapProcState_filter.h
@@ -14,9 +14,11 @@
  * limitations under the License.
  */
 
+#ifdef __arm__
 #ifdef ANDROID
     #include <machine/cpu-features.h>
 #endif
+#endif
 
 #include "SkColorPriv.h"