From 2e0345a35e426b827cbebcd274a5f3d289e89e54 Mon Sep 17 00:00:00 2001 From: linziming Date: Sun, 17 Dec 2023 02:19:58 +0800 Subject: [PATCH] =?UTF-8?q?sdk=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: linziming --- libdmabufheap/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdmabufheap/BUILD.gn b/libdmabufheap/BUILD.gn index 9dd2fcb..f8bac0b 100644 --- a/libdmabufheap/BUILD.gn +++ b/libdmabufheap/BUILD.gn @@ -26,6 +26,9 @@ ohos_shared_library("libdmabufheap") { ] public_configs = [ ":libdmabufheap_config" ] subsystem_name = "commonlibrary" - innerapi_tags = [ "chipsetsdk" ] + innerapi_tags = [ + "chipsetsdk", + "platformsdk", + ] part_name = "memory_utils" } -- Gitee