From c91c3650968d828d52291f97f835a5a04024c2e0 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 20 Dec 2017 20:42:59 +0100 Subject: Use readelf to find project dependencies Summary: We were using a link.txt file that cmake used to generate, on newer cmake versions it doesn't anymore. Instead use readelf, much like androiddeployqt does, to extract the depenencies. Catch: It relies on having all the binaries being at the same subdirectory, which is the default in ECM since not long ago. Test Plan: Build kirigamigallery with it Reviewers: #frameworks, #build_system, aacid Reviewed By: aacid Subscribers: mart Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D8173 --- tests/ECMToolchainAndroidTest/testlinkfile/outputfake.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 tests/ECMToolchainAndroidTest/testlinkfile/outputfake.json (limited to 'tests/ECMToolchainAndroidTest/testlinkfile/outputfake.json') diff --git a/tests/ECMToolchainAndroidTest/testlinkfile/outputfake.json b/tests/ECMToolchainAndroidTest/testlinkfile/outputfake.json deleted file mode 100644 index cf482d0c..00000000 --- a/tests/ECMToolchainAndroidTest/testlinkfile/outputfake.json +++ /dev/null @@ -1 +0,0 @@ -##EXTRALIBS## -- cgit v1.2.1