Merge "Build with upstream lld: Fix incorrect static dependencies"

This commit is contained in:
Treehugger Robot
2022-04-13 21:30:38 +00:00
committed by Gerrit Code Review

View File

@@ -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: {