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

Change-Id: I01a653661856495788c05b720c0577dac44998a4
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 930212b..902d690 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -49,6 +49,9 @@
         libprotobuf-cpp-full)
             echo "libprotobuf-cpp-full-vendorcompat"
             ;;
+        libOmxCore | \
+            libril | \
+            libwpa_client) ;;
         *)
             return 1
             ;;