sm8350-common: Patch libwfdservice to resolve duplicate dependencies
Fixes: error: module "libwfdservice" variant "android_arm_armv8-a_cortex-a76_static": depends on multiple versions of the same aidl_interface: android.media.audio.common.types-V2-cpp-source, android.media.audio.common.types-V3-cpp-source Change-Id: I8086a80fcc238d6b03d16640ee2c4e134129bbab
This commit is contained in:
parent
94360ffa5a
commit
63e1073306
@ -70,6 +70,10 @@ fi
|
|||||||
|
|
||||||
function blob_fixup() {
|
function blob_fixup() {
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
|
system_ext/lib64/libwfdservice.so|system_ext/lib/libwfdservice.so)
|
||||||
|
[ "$2" = "" ] && return 0
|
||||||
|
"${PATCHELF}" --replace-needed "android.media.audio.common.types-V2-cpp.so" "android.media.audio.common.types-V3-cpp.so" "${2}"
|
||||||
|
;;
|
||||||
system_ext/lib64/libwfdnative.so)
|
system_ext/lib64/libwfdnative.so)
|
||||||
[ "$2" = "" ] && return 0
|
[ "$2" = "" ] && return 0
|
||||||
"${PATCHELF}" --remove-needed "android.hidl.base@1.0.so" "${2}"
|
"${PATCHELF}" --remove-needed "android.hidl.base@1.0.so" "${2}"
|
||||||
|
Loading…
Reference in New Issue
Block a user