Preventing ppc64le files from being generated for Android.
Change-Id: Iedf30f2711649e55fccfb77031c8617fca055ce7 Reviewed-on: https://boringssl-review.googlesource.com/11503 Reviewed-by: David Benjamin <davidben@google.com>
This commit is contained in:
parent
4f4e0dda3b
commit
93d242bdea
@ -99,7 +99,7 @@ class Android(object):
|
||||
blueprint.write(' target: {\n')
|
||||
|
||||
for ((osname, arch), asm_files) in asm_outputs:
|
||||
if osname != 'linux':
|
||||
if osname != 'linux' or arch == 'ppc64le':
|
||||
continue
|
||||
if arch == 'aarch64':
|
||||
arch = 'arm64'
|
||||
|
Loading…
Reference in New Issue
Block a user