提交 70abf964 编写于 作者: I inter515

修改配置文件

Signed-off-by: Ninter515 <ry.renyi@huawei.com>
上级 4bfcc57c
......@@ -33,6 +33,8 @@ ohos_js_hap_suite("ActsBundleNativeNinthApiTest") {
ohos_prebuilt_shared_library("libcppsharedso") {
source = rebase_path(libcxx_ndk_shared_file)
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
}
ohos_js_assets("ace_third_ets_assets") {
......
......@@ -30,16 +30,15 @@ config("public_config") {
ohos_shared_library("bundlendk1") {
sources = [ "./bundlendk1.cpp" ]
if (!(product_name == "m40")) {
libs = [ rebase_path(libcxx_ndk_shared_file) ]
}
include_dirs = [ "//test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlenativeninthapitest/entry/src/main/cpp" ]
libs = [ rebase_path(libcxx_ndk_shared_file) ]
subsystem_name = "bundlemanager"
part_name = "bundle_framework"
include_dirs = [ "./" ]
configs = [ ":config" ]
deps = [
"//foundation/arkui/napi:ace_napi",
"//foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle:bundle_ndk",
"../../../../../../../../../../../foundation/arkui/napi:ace_napi",
"../../../../../../../../../../../foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle:bundle_ndk",
]
output_extension = "so"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册