DescriptionDon't use m32 cflag for x86_64.
When checking the skia_arch_type for "x86", instead of doing an
== compare, check if "x86" in skia_arch_type, so it will cover
both x86 and x86_64.
Except when we specifically want x86.
Set skia_arch_width based on "64" in skia_arch_type. No need to specify
in scripts.
In gyp_to_android.py, create a separate var_dict for x86_64.
BUG=skia:3419
Committed: https://skia.googlesource.com/skia/+/df1c3373fc198f465cb0077516993dd41f268416
Patch Set 1 #
Total comments: 19
Patch Set 2 : Respond to comments. #Patch Set 3 : Add close parens back in. #Patch Set 4 : Fix opts multiline mess #Patch Set 5 : Make desktops distinguish between x86 and x86_64 #
Messages
Total messages: 17 (4 generated)
|