From b3f9e5df841e325ce6b4e4de9fd6ceec2aa5baf1 Mon Sep 17 00:00:00 2001 From: openharmony_ci <120357966@qq.com> Date: Mon, 19 Jun 2023 02:43:39 +0000 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80=20'Pull=20Request=20!23=20:?= =?UTF-8?q?=20opencl-headers=E4=BF=AE=E6=AD=A3=E5=AD=90=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=90=8D'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 1c61f6d..53dc148 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -37,7 +37,7 @@ ohos_shared_library("libcl") { output_extension = "so" innerapi_tags = [ "platformsdk_indirect" ] part_name = "opencl-headers" - subsystem_name = "resourceschedule" + subsystem_name = "thirdparty" } group("cl_tests") { -- Gitee