From 0682bdd449f4e6f97f99aa527ff81a752cfb8a84 Mon Sep 17 00:00:00 2001 From: Gavin1012 Date: Tue, 20 Jul 2021 16:00:07 +0800 Subject: [PATCH] remove the kernel path dependance Signed-off-by: Gavin1012 --- BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index bd07d28c..c94ef00d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -339,7 +339,6 @@ if (defined(ohos_lite)) { # is on lite Os for ipcamera "jerry-core/lit", "jerry-core/include", "jerry-core/ecma/builtin-objects/", - "//kernel/liteos_a/lib/libsec/include", ] jerry_snapshot_sources = [ @@ -371,7 +370,6 @@ if (defined(ohos_lite)) { # is on lite Os for ipcamera "jerry-core/lit", "jerry-core/include", "jerry-core/ecma/builtin-objects/", - "//kernel/liteos_a/lib/libsec/include", ] ohos_executable("jerry") { -- Gitee