sm6225-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 Michael Bestas
parent 789d6c9662
commit 183450ce8f
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

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