Fix Android x86 compile on mac
It appears I failed to fully disable it on the first attempt. BUG=skia: Review URL: https://codereview.chromium.org/1249083004
This commit is contained in:
parent
4e34001ec0
commit
a56884c17f
@ -340,7 +340,8 @@
|
||||
'rule_name': 'assemble',
|
||||
'extension': 'asm',
|
||||
'conditions': [
|
||||
[ 'skia_arch_type == "x86" or skia_arch_type == "x86_64"', {
|
||||
[ '(skia_arch_type == "x86" or skia_arch_type == "x86_64") and \
|
||||
(skia_os != "android" or host_os == "linux")', {
|
||||
'inputs': [],
|
||||
'outputs': [
|
||||
'<(shared_generated_dir)/<(RULE_INPUT_ROOT).<(object_suffix)',
|
||||
|
Loading…
Reference in New Issue
Block a user