From 26e5c87d2b7b189cfaa12b22c3ecf3fd181824c3 Mon Sep 17 00:00:00 2001 From: Cosmin Tanislav Date: Sun, 18 Aug 2024 09:52:31 +0300 Subject: [PATCH] sm6150-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 a718215..2bf2c47 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" ;; + libOmxCore | \ + libgrallocutils | \ + libwpa_client) ;; *) return 1 ;;