34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From 17be025e940fea23e6fdb7019f08fe9b3d656b91 Mon Sep 17 00:00:00 2001
|
|
From: s_c_c <shichuchao@huawei.com>
|
|
Date: Mon, 1 Apr 2024 20:14:11 +0800
|
|
Subject: [PATCH] feat for embedded fix config_safwk include_dirs
|
|
|
|
---
|
|
services/safwk/BUILD.gn | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/services/safwk/BUILD.gn b/services/safwk/BUILD.gn
|
|
index e25ecb9..09a6acc 100644
|
|
--- a/services/safwk/BUILD.gn
|
|
+++ b/services/safwk/BUILD.gn
|
|
@@ -12,6 +12,7 @@
|
|
# limitations under the License.
|
|
|
|
import("//build/ohos.gni")
|
|
+import("//build/config/sysroot.gni")
|
|
|
|
################################################################################
|
|
config("config_safwk") {
|
|
@@ -20,7 +21,7 @@ config("config_safwk") {
|
|
"//foundation/systemabilitymgr/safwk/services/safwk/include",
|
|
"//foundation/systemabilitymgr/samgr/services/lsamgr/include",
|
|
"//foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk",
|
|
- "//foundation/communication/ipc/interfaces/innerkits/ipc_core/include",
|
|
+ "${sysroot}/usr/include/ipc",
|
|
]
|
|
}
|
|
|
|
--
|
|
2.20.1 (Apple Git-117)
|
|
|