From 4a70a2cf348ec4e847713edcab37b459ea33edb6 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Sun, 19 Oct 2014 17:37:11 +0200 Subject: [PATCH] Update android build after bindings rewrite The sigrok bindings depend on libffi.so, which is an unversioned shared object, so add it to the whitelist of libraries to install into the APK. --- android/custom_rules.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/custom_rules.xml b/android/custom_rules.xml index 86e0238b..282b6698 100644 --- a/android/custom_rules.xml +++ b/android/custom_rules.xml @@ -38,6 +38,7 @@ + -- 2.30.2