提交 af5ba1f0 编写于 作者: 1 15929983503

build.gn format

Signed-off-by: N15929983503 <duanhaizhen@huawei.com>
上级 712c4193
......@@ -21,10 +21,8 @@ ohos_js_hap_suite("ActsHilogJsTest") {
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsHilogJsTest"
js_build_mode = "debug"
shared_libraries = [
"./src/main/cpp:hilogndk",
]
js_build_mode = "debug"
shared_libraries = [ "./src/main/cpp:hilogndk" ]
}
ohos_js_assets("hilog_js_assets") {
js2abc = true
......
......@@ -41,14 +41,16 @@ ohos_shared_library("hilogndk") {
}
}
include_dirs = [ "//test/xts/acts/hiviewdfx/hilogtest/hilogjstest/src/main/cpp",
"//base/hiviewdfx/hilog/interfaces/native/kits/include", ]
include_dirs = [
"//test/xts/acts/hiviewdfx/hilogtest/hilogjstest/src/main/cpp",
"//base/hiviewdfx/hilog/interfaces/native/kits/include",
]
configs = [ ":config" ]
deps = [
"//foundation/arkui/napi:ace_napi",
"//base/hiviewdfx/hilog/frameworks/hilog_ndk:hilog_ndk",
"//base/hiviewdfx/hilog/interfaces/native/kits:libhilog_ndk",
"//foundation/arkui/napi:ace_napi",
]
output_extension = "so"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册