drop ut coverage compile option

Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
Change-Id: Ie847c61b7362a2249bb274bd0f2e960a3146ad3c
This commit is contained in:
cheng_jinsong 2022-09-15 18:58:13 -07:00
parent 518895801a
commit 2e5b33c3ae

View File

@ -17,8 +17,6 @@ config("utest_config") {
visibility = [ ":*" ]
cflags = [
"-fprofile-arcs",
"-ftest-coverage",
"-Wno-implicit-fallthrough",
"-Wno-unused-function",
]
@ -26,8 +24,6 @@ config("utest_config") {
"-Wno-implicit-fallthrough",
"-fexceptions",
]
ldflags = [ "--coverage" ]
}
FSCRYPT_PATH =