From 1b25d824881793957188a4a1f4e13582ad9b167f Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sun, 18 Aug 2024 09:52:31 +0300 Subject: [PATCH] sm7325-common: skip dependencies which aren't defined in .bp Change-Id: I01a653661856495788c05b720c0577dac44998a4 --- setup-makefiles.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 99a7cb8..3cdadcb 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -44,6 +44,9 @@ function lib_to_package_fixup_vendor_variants() { vendor.qti.imsrtpservice@3.0) echo "$1-vendor" ;; + libqsap_sdk | \ + libril | \ + libwpa_client) ;; *) return 1 ;;