change guard to use ANDROID and __arm__, so it doesn't break non-arm android
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 20 Nov 2009 22:15:22 +0000 (22:15 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 20 Nov 2009 22:15:22 +0000 (22:15 +0000)
configs (e.g. simulator)

git-svn-id: http://skia.googlecode.com/svn/trunk@440 2bbb7eff-a529-9590-31e7-b0007b416f81

src/core/SkBitmapProcState_filter.h

index 95d6a26b43019db6fb5d9012b9105aee62c7034c..7b9b3e55003efb613c4f38479b676fa36595871a 100644 (file)
  * limitations under the License.
  */
 
+#ifdef __arm__
 #ifdef ANDROID
     #include <machine/cpu-features.h>
 #endif
+#endif
 
 #include "SkColorPriv.h"