From f55f7215a6934eeafd63385dba76b43f70c5937a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E7=A3=8A?= Date: Tue, 20 Jul 2021 07:17:57 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AF=B9=E5=86=85=E6=A0=B8?= =?UTF-8?q?=E5=A4=B4=E6=96=87=E4=BB=B6=E4=BE=9D=E8=B5=96=20Signed-off-by:?= =?UTF-8?q?=20xionglei=20xionglei6@huawei.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 1953a84df..e69a8ef12 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -57,7 +57,6 @@ if (defined(ohos_lite)) { ldflags = [] if (ohos_kernel_type == "liteos_a") { include_dirs += [ - "//kernel/liteos_a/syscall", "//base/startup/init_lite/interfaces/kits", "//base/startup/init_lite/initsync/include", ] -- Gitee