提交 59bd15b2 编写于 作者: I inter515

gn文件规范化整改

Signed-off-by: Ninter515 <ry.renyi@huawei.com>
上级 70abf964
...@@ -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,13 +33,14 @@ ohos_shared_library("bundlendk") { ...@@ -33,13 +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 = [ deps = [
"//foundation/arkui/napi:ace_napi", "../../../../../../../../../../../foundation/arkui/napi:ace_napi",
"//foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle:bundle_ndk", "../../../../../../../../../../../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.
先完成此消息的编辑!
想要评论请 注册