commit | 37ee9b2b0af9a4b584dd3191844151d180f17db7 | [log] [tgz] |
---|---|---|
author | Cosmin Tanislav <demonsingur@gmail.com> | Sun Aug 18 09:52:31 2024 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sun Dec 01 05:22:26 2024 +0200 |
tree | df79b7605b97c47e08defcc0623956d499be1946 | |
parent | b9fa0e8cb688fd0e43baddec98b3c510655dc2e7 [diff] |
axolotl: skip dependencies which aren't defined in .bp Change-Id: I01a653661856495788c05b720c0577dac44998a4
diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 930212b..902d690 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh
@@ -49,6 +49,9 @@ libprotobuf-cpp-full) echo "libprotobuf-cpp-full-vendorcompat" ;; + libOmxCore | \ + libril | \ + libwpa_client) ;; *) return 1 ;;