Merge "trusty: Add vendor variant of libtrusty_coverage"
This commit is contained in:
commit
292fd5458d
3 changed files with 8 additions and 11 deletions
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
cc_library {
|
||||
name: "libtrusty_coverage",
|
||||
vendor_available: true,
|
||||
srcs: [
|
||||
"coverage.cpp",
|
||||
],
|
||||
|
|
@ -21,8 +22,9 @@ cc_library {
|
|||
"include",
|
||||
],
|
||||
static_libs: [
|
||||
"libtrusty_test",
|
||||
"libtrusty",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
|
|
@ -36,7 +38,7 @@ cc_test {
|
|||
],
|
||||
static_libs: [
|
||||
"libtrusty_coverage",
|
||||
"libtrusty_test",
|
||||
"libtrusty",
|
||||
],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ cc_library {
|
|||
export_include_dirs: ["include"],
|
||||
static_libs: [
|
||||
"libFuzzer",
|
||||
"libtrusty_test",
|
||||
"libtrusty",
|
||||
],
|
||||
shared_libs: [
|
||||
"libtrusty_coverage",
|
||||
|
|
|
|||
|
|
@ -26,13 +26,8 @@ cc_defaults {
|
|||
|
||||
cc_library {
|
||||
name: "libtrusty",
|
||||
vendor: true,
|
||||
defaults: ["libtrusty_defaults"],
|
||||
}
|
||||
|
||||
// TODO(b/170753563): cc_fuzz can't deal with vendor components. Build libtrusty
|
||||
// for system.
|
||||
cc_test_library {
|
||||
name: "libtrusty_test",
|
||||
// TODO(b/170753563): cc_fuzz can't deal with vendor components. Build
|
||||
// libtrusty for system and vendor.
|
||||
vendor_available: true,
|
||||
defaults: ["libtrusty_defaults"],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue