refactor: 将安全函数库的编译行为由三方移至内核进行控制
close: #I4JUKM Signed-off-by: arvinzzz <zhaotianyu9@huawei.com> Change-Id: I201507aae937a01f49eafcf5909c07eae4a60123
This commit is contained in:
3
BUILD.gn
3
BUILD.gn
@@ -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" ]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user