diff options
Diffstat (limited to '0001-feat-for-embedded-fix-config_safwk-include_dirs.patch')
-rw-r--r-- | 0001-feat-for-embedded-fix-config_safwk-include_dirs.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/0001-feat-for-embedded-fix-config_safwk-include_dirs.patch b/0001-feat-for-embedded-fix-config_safwk-include_dirs.patch new file mode 100644 index 0000000..39e41d6 --- /dev/null +++ b/0001-feat-for-embedded-fix-config_safwk-include_dirs.patch @@ -0,0 +1,33 @@ +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) + |