1 Star 0 Fork 12

yukai/dsoftbus

forked from src-openEuler/dsoftbus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build-0002-support-hichian-for-openeuler.patch 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
beiling.xie 提交于 2022-12-16 17:43 . rename patch for each modules
From 4a7242c3bb1360510094ee099780e5237f8f0d53 Mon Sep 17 00:00:00 2001
From: "beiling.xie" <[email protected]>
Date: Fri, 2 Sep 2022 22:36:29 +0800
Subject: [PATCH 2/2] support hichian for openeuler
Signed-off-by: beiling.xie <[email protected]>
---
config/BUILDCONFIG.gn | 3 +++
core/gn/BUILD.gn | 1 +
2 files changed, 4 insertions(+)
diff --git a/config/BUILDCONFIG.gn b/config/BUILDCONFIG.gn
index 9e016df..4cc5b41 100755
--- a/config/BUILDCONFIG.gn
+++ b/config/BUILDCONFIG.gn
@@ -517,3 +517,6 @@ foreach(_target_type, target_type_list) {
}
}
}
+
+support_jsapi = false
+os_level = "standard"
diff --git a/core/gn/BUILD.gn b/core/gn/BUILD.gn
index 9784cda..9c38fe4 100755
--- a/core/gn/BUILD.gn
+++ b/core/gn/BUILD.gn
@@ -90,6 +90,7 @@ if (product_name == "ohos-sdk") {
deps = [
"//foundation/communication/dsoftbus/core/frame:softbus_server_main",
"//foundation/communication/dsoftbus/sdk:softbus_client",
+ "//base/security/deviceauth/services:deviceauth_sdk",
]
}
}
--
2.25.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yukaii/dsoftbus.git
[email protected]:yukaii/dsoftbus.git
yukaii
dsoftbus
dsoftbus
master

搜索帮助