blob: e81723fe63d27e359b9666ed2e4047338d17a8d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- external/skia/UnpackedTarball_skia.mk.orig 2021-02-05 14:00:19 UTC
+++ external/skia/UnpackedTarball_skia.mk
@@ -36,7 +36,8 @@ skia_patches := \
c++20.patch.0 \
constexpr-debug-std-max.patch.1 \
swap-buffers-rect.patch.1 \
- ubsan.patch.0
+ ubsan.patch.0 \
+ gfx-skia-skia-src-core-SkCpu.cpp.patch.0
$(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1))
|