1 Star 0 Fork 12

zhangxianting/distributed-build

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0011-feat-use-.z-for-libs-name.patch 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
tianhang 提交于 2023-06-12 14:05 +08:00 . init and add patches for openeuler build
From 9801c82c2e5f8f2fd20115c3af413d912d305e4b Mon Sep 17 00:00:00 2001
From: tian hang <tian_hang@hoperun.com>
Date: Fri, 19 May 2023 09:37:15 +0000
Subject: [PATCH 11/11] feat:use .z for libs name
---
.../samgr/interfaces/innerkits/common/BUILD.gn | 4 ++--
.../samgr/interfaces/innerkits/samgr_proxy/BUILD.gn | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/openeuler/compiler_gn/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/BUILD.gn b/openeuler/compiler_gn/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/BUILD.gn
index bf8ddb3..4b46680 100644
--- a/openeuler/compiler_gn/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/BUILD.gn
+++ b/openeuler/compiler_gn/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/BUILD.gn
@@ -17,14 +17,14 @@ config("all_config_samgr_common") {
include_dirs = [
"include",
]
- libs = ["samgr_common",]
+ libs = ["samgr_common.z",]
}
config("config_samgr_common") {
include_dirs = [
"include",
]
- libs = ["samgr_common",]
+ libs = ["samgr_common.z",]
}
group("samgr_common") {
diff --git a/openeuler/compiler_gn/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/BUILD.gn b/openeuler/compiler_gn/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/BUILD.gn
index 44b42ad..b68ec17 100644
--- a/openeuler/compiler_gn/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/BUILD.gn
+++ b/openeuler/compiler_gn/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/BUILD.gn
@@ -20,7 +20,7 @@ config("samgr_proxy_config") {
"//third_party/libxml2/include",
]
- libs = ["samgr_proxy",]
+ libs = ["samgr_proxy.z",]
}
#config("samgr_proxy_private_config") {
--
2.33.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangxianting/distributed-build.git
git@gitee.com:zhangxianting/distributed-build.git
zhangxianting
distributed-build
distributed-build
master

搜索帮助