From ab31607f44d7fd2c5b1517d0174ce46ee3f727a5 Mon Sep 17 00:00:00 2001 From: Lostoner Date: Sun, 18 Jun 2023 15:59:11 +0800 Subject: [PATCH] =?UTF-8?q?opencl=E5=AD=90=E7=B3=BB=E7=BB=9F=E5=90=8D?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lostoner --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index e1a050f..7acf616 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -36,7 +36,7 @@ ohos_shared_library("libcl") { output_name = "OpenCL" output_extension = "so" part_name = "opencl-headers" - subsystem_name = "thirdparty" + subsystem_name = "resourceschedule" } group("cl_tests") { -- Gitee