mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 15:58:43 +00:00
Merge "Build with upstream lld: Fix incorrect static dependencies"
This commit is contained in:
@@ -63,7 +63,6 @@ cc_fuzz {
|
||||
"libbinder_random_parcel",
|
||||
"libcutils",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libvibratorexampleimpl",
|
||||
],
|
||||
target: {
|
||||
@@ -71,12 +70,14 @@ cc_fuzz {
|
||||
shared_libs: [
|
||||
"libbinder_ndk",
|
||||
"libbinder",
|
||||
"libutils",
|
||||
],
|
||||
},
|
||||
host: {
|
||||
static_libs: [
|
||||
"libbinder_ndk",
|
||||
"libbinder",
|
||||
"libutils",
|
||||
],
|
||||
},
|
||||
darwin: {
|
||||
|
||||
Reference in New Issue
Block a user