!15 fix: libsec_static编译缺少sources

Merge pull request !15 from Zhaotianyu/1209libsec_fix
This commit is contained in:
openharmony_ci
2021-12-09 09:43:06 +00:00
committed by Gitee
+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" ]
}