Merge "trusty: fuzz: Link to libtrusty dynamically"
This commit is contained in:
commit
7280acc996
2 changed files with 3 additions and 5 deletions
|
|
@ -25,14 +25,11 @@ cc_library {
|
|||
export_include_dirs: [
|
||||
"include",
|
||||
],
|
||||
static_libs: [
|
||||
"libtrusty",
|
||||
],
|
||||
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
"liblog",
|
||||
"libdmabufheap",
|
||||
"libtrusty",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ package {
|
|||
cc_defaults {
|
||||
name: "trusty_fuzzer_defaults",
|
||||
shared_libs: [
|
||||
"libtrusty",
|
||||
"libtrusty_coverage",
|
||||
"libtrusty_fuzz_utils",
|
||||
"libbase",
|
||||
|
|
@ -43,11 +44,11 @@ cc_library {
|
|||
export_include_dirs: ["include"],
|
||||
static_libs: [
|
||||
"libFuzzer",
|
||||
"libtrusty",
|
||||
],
|
||||
shared_libs: [
|
||||
"libtrusty_coverage",
|
||||
"libbase",
|
||||
"liblog",
|
||||
"libtrusty",
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue