From: Marcus Comstedt Date: Wed, 30 Sep 2015 18:22:58 +0000 (+0200) Subject: android: Fix copylibs task to include the right libs X-Git-Tag: pulseview-0.3.0~105 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=aaa4c0101ab06701568c8d3384f7b8df38302dac 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. --- 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 @@ - - - - + + + + + + + +