From e78291364170d9bc0041f439fd1e1db161af9fa5 Mon Sep 17 00:00:00 2001 From: liuwei Date: Sat, 21 Jun 2025 09:51:49 +0000 Subject: [PATCH] =?UTF-8?q?skia=E5=8D=87=E7=BA=A7=E9=80=82=E9=85=8Darkuix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuwei Change-Id: I0653435f3ac9789dd9a696cdfefbbeead0139d6d --- frameworks/proxy/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frameworks/proxy/BUILD.gn b/frameworks/proxy/BUILD.gn index aba5eed505..3b73067715 100644 --- a/frameworks/proxy/BUILD.gn +++ b/frameworks/proxy/BUILD.gn @@ -91,6 +91,9 @@ if (is_arkui_x) { "${mmi_path}/frameworks/proxy/events/include", ] + if (use_new_skia) { + defines += [ "USE_M133_SKIA" ] + } if (target_os == "android") { defines += [ "ANDROID_PLATFORM" ] } else if (target_os == "ios") { -- Gitee