Browse Source

sm8450-common: Skip dependencies which aren't defined in .bp

Change-Id: I01a653661856495788c05b720c0577dac44998a4
Cosmin Tanislav 10 months ago
parent
commit
eb59e1ea45
1 changed files with 4 additions and 0 deletions
  1. 4 0
      setup-makefiles.sh

+ 4 - 0
setup-makefiles.sh

@@ -50,6 +50,10 @@ function lib_to_package_fixup_vendor_variants() {
         [email protected])
             echo "$1-vendor"
             ;;
+        libpalclient | \
+        libwpa_client | \
+        libwfdaac_vendor)
+            ;;
         *)
             return 1
     esac