refactor: 将安全函数库的编译行为由三方移至内核进行控制

close: #I4JUKM

Signed-off-by: arvinzzz <zhaotianyu9@huawei.com>
Change-Id: I201507aae937a01f49eafcf5909c07eae4a60123
This commit is contained in:
arvinzzz
2021-11-25 18:02:23 +08:00
parent 119e2d328a
commit e45bcc9d4f
3 changed files with 45 additions and 3 deletions

View File

@@ -245,8 +245,6 @@ config("public") {
}
}
configs +=
[ "$LITEOSTHIRDPARTY/bounds_checking_function:libsec_public_config" ]
configs += [ "$LITEOSTHIRDPARTY/musl/porting/liteos_m/kernel:include" ]
}
@@ -270,7 +268,6 @@ group("modules") {
}
}
deps += [ "$LITEOSTHIRDPARTY/bounds_checking_function:libsec_static" ]
deps += [ "$LITEOSTHIRDPARTY/musl/porting/liteos_m/kernel" ]
}