From 29b201dd6066e9bd765e1f25f38756cc5c53ab73 Mon Sep 17 00:00:00 2001 From: liumingyue Date: Tue, 6 May 2025 20:57:59 +0800 Subject: [PATCH] =?UTF-8?q?C=20API=E6=96=87=E4=BB=B6SystemCapability?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liumingyue --- bundlemanager/bundle_framework/bundle/BUILD.gn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundlemanager/bundle_framework/bundle/BUILD.gn b/bundlemanager/bundle_framework/bundle/BUILD.gn index 1a834d911..22dfebfab 100644 --- a/bundlemanager/bundle_framework/bundle/BUILD.gn +++ b/bundlemanager/bundle_framework/bundle/BUILD.gn @@ -25,4 +25,6 @@ ohos_ndk_library("libbundle_ndk") { ndk_description_file = "./libbundle.ndk.json" min_compact_version = "9" output_name = "bundle_ndk" -} \ No newline at end of file + system_capability = "SystemCapability.BundleManager.BundleFramework.Core" + system_capability_headers = [ "bundle/native_interface_bundle.h" ] +} -- Gitee