Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 320c32b

Browse files
drWulfSkia Commit-Bot
authored andcommitted
Remove mips workarounds for Android.
see https://android-review.googlesource.com/c/platform/external/skia/+/1252938 for additional context. Change-Id: I345b5020f81b2193ff92e2704d2050fb5c19a766 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/276917 Reviewed-by: Leon Scroggins <[email protected]> Commit-Queue: Derek Sollenberger <[email protected]> Auto-Submit: Derek Sollenberger <[email protected]>
1 parent 0bd00f4 commit 320c32b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

gn/gn_to_bp.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,6 @@
6363
],
6464
},
6565
66-
mips: {
67-
srcs: [
68-
$none_srcs
69-
],
70-
},
71-
72-
mips64: {
73-
srcs: [
74-
$none_srcs
75-
],
76-
},
77-
7866
x86: {
7967
srcs: [
8068
$x86_srcs
@@ -496,7 +484,6 @@ def bpfmt(indent, lst, sort=True):
496484
'arm_neon_srcs': bpfmt(20, strip_headers(defs['neon'])),
497485
'arm64_srcs': bpfmt(16, strip_headers(defs['arm64'] +
498486
defs['crc32'])),
499-
'none_srcs': bpfmt(16, strip_headers(defs['none'])),
500487
'x86_srcs': bpfmt(16, strip_headers(defs['sse2'] +
501488
defs['ssse3'] +
502489
defs['sse41'] +

0 commit comments

Comments
 (0)