diff options
author | Aleix Pol <aleixpol@kde.org> | 2017-12-20 20:42:59 +0100 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2017-12-20 22:35:02 +0100 |
commit | c91c3650968d828d52291f97f835a5a04024c2e0 (patch) | |
tree | 7e33c1f3a718d0e9d97d5f6616339c30e20ffc43 /tests/ECMToolchainAndroidTest/main.c | |
parent | 24134c972e375bebad45c860c413233b60863852 (diff) | |
download | extra-cmake-modules-c91c3650968d828d52291f97f835a5a04024c2e0.tar.gz extra-cmake-modules-c91c3650968d828d52291f97f835a5a04024c2e0.tar.bz2 |
Use readelf to find project dependenciesv5.42.0-rc1v5.42.0
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
Diffstat (limited to 'tests/ECMToolchainAndroidTest/main.c')
-rw-r--r-- | tests/ECMToolchainAndroidTest/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/ECMToolchainAndroidTest/main.c b/tests/ECMToolchainAndroidTest/main.c deleted file mode 100644 index c13815ce..00000000 --- a/tests/ECMToolchainAndroidTest/main.c +++ /dev/null @@ -1,4 +0,0 @@ -int main() -{ - return 0; -} |