FP5: skip dependencies which aren't defined in .bp

Change-Id: I01a653661856495788c05b720c0577dac44998a4
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index ef4320d..8c697b4 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -49,6 +49,9 @@
             vendor.qti.imsrtpservice@3.0)
             echo "$1-vendor"
             ;;
+        libOmxCore | \
+            libwfdaac_vendor | \
+            libwpa_client) ;;
         *)
             return 1
             ;;