fix: libsec_static缺少sources

Signed-off-by: arvinzzz <zhaotianyu9@huawei.com>
Change-Id: Id6676d6101acbb89245f21d920c83c1a3a5807d0
This commit is contained in:
arvinzzz
2021-12-09 17:17:59 +08:00
parent e839c80b12
commit 08b89538f5
+2
View File
@@ -32,6 +32,8 @@ if (defined(ohos_lite)) {
# When the kernel is liteos_m, use //kernel/liteos_m/kal/libsec/BUILD.gn to compile.
if (ohos_kernel_type != "liteos_m") {
sources = libsec_sources
} else {
sources = []
}
public_configs = [ ":libsec_public_config" ]
}