From f0dc1729093fa549a77669b1dca7fe29cf22a28e Mon Sep 17 00:00:00 2001 From: zhangfanfan2 Date: Thu, 13 May 2021 20:53:07 +0800 Subject: [PATCH] fix: remove libsec_kernel --- BUILD.gn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index ca836e1..3f107ea 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -71,10 +71,6 @@ if (defined(ohos_lite)) { sources = libsec_sources public_configs = [ ":libsec_public_config" ] } - static_library("libsec_kernel") { - sources = libsec_sources - public_configs = [ ":libsec_public_config" ] - } lite_library("libsec_shared") { target_type = "shared_library" sources = libsec_sources