未验证 提交 484def3c 编写于 作者: O openharmony_ci 提交者: Gitee

!879 Add lldb startup debug prop

Merge pull request !879 from hongtao/addstartup
...@@ -55,6 +55,7 @@ if (is_lite_system && current_os == "ohos") { ...@@ -55,6 +55,7 @@ if (is_lite_system && current_os == "ohos") {
deps = [ deps = [
":musl_headers", ":musl_headers",
":musl_sysparam", ":musl_sysparam",
":musl_sysparam_dac",
":soft_libs", ":soft_libs",
] ]
} }
...@@ -64,6 +65,11 @@ if (is_lite_system && current_os == "ohos") { ...@@ -64,6 +65,11 @@ if (is_lite_system && current_os == "ohos") {
relative_install_dir = "param" relative_install_dir = "param"
} }
ohos_prebuilt_etc("musl_sysparam_dac") {
source = "${musl_porting_dir}/etc/musl.para.dac"
relative_install_dir = "param"
}
musl_libs("soft_libs") { musl_libs("soft_libs") {
} }
......
# Copyright (c) 2023 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
llvm.debug.service. = root:root:0700
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册