зеркало из https://github.com/mozilla/moz-skia.git
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:
Родитель
0c547bca50
Коммит
8d52841110
|
@ -14,9 +14,11 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#ifdef __arm__
|
||||
#ifdef ANDROID
|
||||
#include <machine/cpu-features.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "SkColorPriv.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче