diff --git a/bundle.json b/bundle.json index 6126c0533f82d0566a601efaaa609190710744b0..2bdf5d1a4655b250187eb2fede65fb3c5f7b3f1f 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 708027a268d058f55be466614a25148d387c1262..b088bddfb6993c907f33d923efd9dc40e6fdca46 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; }