sm8350-common: skip dependencies which aren't defined in .bp

Change-Id: I01a653661856495788c05b720c0577dac44998a4
This commit is contained in:
Cosmin Tanislav 2024-08-18 09:52:31 +03:00 committed by FlowerSea0208
parent efbdac36c4
commit e575f6b7bd

View File

@ -47,6 +47,9 @@ function lib_to_package_fixup_vendor_variants() {
vendor.qti.imsrtpservice@3.0)
echo "$1-vendor"
;;
libOmxCore | \
libwfdaac_vendor | \
libwpa_client) ;;
*)
return 1
;;