From aaa4c0101ab06701568c8d3384f7b8df38302dac Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Wed, 30 Sep 2015 20:22:58 +0200 Subject: [PATCH 1/1] android: Fix copylibs task to include the right libs Since more and more libs are losing their versioned soname, the heuristic of including libs with versioned sonames is an increasingly poor one. Instead, simply blacklist the libs we do not want. --- android/custom_rules.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/android/custom_rules.xml b/android/custom_rules.xml index 2f16199b..bc9c0662 100644 --- a/android/custom_rules.xml +++ b/android/custom_rules.xml @@ -37,10 +37,14 @@ - - - - + + + + + + + + -- 2.30.2