dre: skip dependencies which aren't defined in .bp
Change-Id: I01a653661856495788c05b720c0577dac44998a4
This commit is contained in:
parent
c05da9de89
commit
6c1e0528b6
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ function lib_to_package_fixup_vendor_variants() {
|
|||
vendor.qti.imsrtpservice@3.0)
|
||||
echo "$1-vendor"
|
||||
;;
|
||||
libOmxCore | \
|
||||
libwfdaac_vendor | \
|
||||
libwpa_client) ;;
|
||||
*)
|
||||
return 1
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue