change guard to use ANDROID and __arm__, so it doesn't break non-arm android

configs (e.g. simulator)



git-svn-id: http://skia.googlecode.com/svn/trunk@440 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@android.com 2009-11-20 22:15:22 +00:00
Родитель 0c547bca50
Коммит 8d52841110
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -14,9 +14,11 @@
* limitations under the License.
*/
#ifdef __arm__
#ifdef ANDROID
#include <machine/cpu-features.h>
#endif
#endif
#include "SkColorPriv.h"