commit | d3de9380b76306b490402fe2cb08fac52438e557 | [log] [tgz] |
---|---|---|
author | Cosmin Tanislav <demonsingur@gmail.com> | Sun Aug 18 09:52:31 2024 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Thu Aug 29 13:10:58 2024 +0300 |
tree | 9ae25d383ff47507b7b87e0bedac94f25cfee30a | |
parent | f9cb2b494f8e93c3fa7f89ed3d9ac3ae7f1f379f [diff] |
FP5: skip dependencies which aren't defined in .bp Change-Id: I01a653661856495788c05b720c0577dac44998a4
diff --git a/setup-makefiles.sh b/setup-makefiles.sh index ef4320d..8c697b4 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh
@@ -49,6 +49,9 @@ vendor.qti.imsrtpservice@3.0) echo "$1-vendor" ;; + libOmxCore | \ + libwfdaac_vendor | \ + libwpa_client) ;; *) return 1 ;;