From 156ac22c2ffa6aae66f3b404b7800f8ef987a09f Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sun, 20 Oct 2024 07:57:55 +0000 Subject: [PATCH] sky: Skip dependencies which aren't defined in .bp Change-Id: I01a653661856495788c05b720c0577dac44998a4 --- setup-makefiles.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 49a21a1..6473fa5 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -55,6 +55,11 @@ function lib_to_package_fixup_vendor_variants() { com.qualcomm.qti.dpm.api@1.0) echo "$1-vendor" ;; + libpalclient | \ + libsndcardparser | \ + libwpa_client | \ + libwfdaac_vendor) + ;; *) return 1 esac