From a10e153ac6c3dd22e8f45d30b399fa1957589462 Mon Sep 17 00:00:00 2001 From: ZhangLiang Date: Tue, 22 Jul 2025 09:29:49 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E4=BB=A3=E7=A0=81=E5=B7=AE?= =?UTF-8?q?=E5=BC=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ZhangLiang Change-Id: Icb427020e9bc29298d7239a47fa4ecb49b10eeeb --- bundle.json | 4 +--- openharmony/bundle_mgr_helper/vk_bundle_mgr_helper.cpp | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index 6126c053..2bdf5d1a 100644 --- a/bundle.json +++ b/bundle.json @@ -22,9 +22,7 @@ "samgr", "ipc", "hilog", - "init" - ], - "third_party": [ + "init", "vulkan-headers" ] }, diff --git a/openharmony/bundle_mgr_helper/vk_bundle_mgr_helper.cpp b/openharmony/bundle_mgr_helper/vk_bundle_mgr_helper.cpp index 708027a2..b088bddf 100644 --- a/openharmony/bundle_mgr_helper/vk_bundle_mgr_helper.cpp +++ b/openharmony/bundle_mgr_helper/vk_bundle_mgr_helper.cpp @@ -62,7 +62,8 @@ bool CheckAppProvisionTypeIsDebug() return false; } VKHILOGD("this hap is %{public}s, the debug hap appProvisionType is %{public}s", - vkBundleMgrHelper->g_bundleInfo.name.c_str(), vkBundleMgrHelper->g_bundleInfo.applicationInfo.appProvisionType.c_str()); + vkBundleMgrHelper->g_bundleInfo.name.c_str(), + vkBundleMgrHelper->g_bundleInfo.applicationInfo.appProvisionType.c_str()); if (vkBundleMgrHelper->g_bundleInfo.applicationInfo.appProvisionType == "release") { return false; } -- Gitee