未验证 提交 7b7054e8 编写于 作者: O openharmony_ci 提交者: Gitee

!8804 【包管理子系统】【master】规范化整改build.gn文件

Merge pull request !8804 from ry/master
...@@ -33,6 +33,8 @@ ohos_js_hap_suite("ActsBundleNativeTest") { ...@@ -33,6 +33,8 @@ ohos_js_hap_suite("ActsBundleNativeTest") {
ohos_prebuilt_shared_library("libcppsharedso") { ohos_prebuilt_shared_library("libcppsharedso") {
source = rebase_path(libcxx_ndk_shared_file) source = rebase_path(libcxx_ndk_shared_file)
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
} }
ohos_js_assets("ace_third_ets_assets") { ohos_js_assets("ace_third_ets_assets") {
......
...@@ -33,14 +33,14 @@ ohos_shared_library("bundlendk") { ...@@ -33,14 +33,14 @@ ohos_shared_library("bundlendk") {
if (!(product_name == "m40")) { if (!(product_name == "m40")) {
libs = [ rebase_path(libcxx_ndk_shared_file) ] libs = [ rebase_path(libcxx_ndk_shared_file) ]
} }
subsystem_name = "bundlemanager"
include_dirs = [ "//test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlenativetest/entry/src/main/cpp" ] part_name = "bundle_framework"
include_dirs = [ "./" ]
configs = [ ":config" ] configs = [ ":config" ]
deps = [ external_deps = [ "napi:ace_napi" ]
"//foundation/arkui/napi:ace_napi",
"//foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle:bundle_ndk", deps = [ "../../../../../../../../../../../foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle:bundle_ndk" ]
]
output_extension = "so" output_extension = "so"
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册