mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Build with upstream lld: Fix incorrect static dependencies" am: 9f18cbd7f6
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2061768 Change-Id: I1f2012c6775a0be91e23548694583a188ce65941 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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