[tor-commits] [orbot/master] After following the BUILD file, could not build the apk because of a issue mentioned in #217: Execution failed for task :orbotservice:mergeDebugJniLibFolders. This change fixes that.

n8fr8 at torproject.org n8fr8 at torproject.org
Tue Apr 28 21:05:00 UTC 2020


commit fc0b035a4173683a726b9e1f1fbbc639c46a0bb0
Author: Eric Offermann <eoffermann at ridgelineintl.com>
Date:   Tue Jul 30 23:36:27 2019 -0400

    After following the BUILD file, could not build the apk because of a issue mentioned in #217: Execution failed for task :orbotservice:mergeDebugJniLibFolders. This change fixes that.
---
 orbotservice/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle
index d39361f1..e3045712 100644
--- a/orbotservice/build.gradle
+++ b/orbotservice/build.gradle
@@ -6,7 +6,7 @@ android {
 
     sourceSets {
         main {
-            jni.srcDirs = []
+            jniLibs.srcDirs = ['./src/main/libs']
         }
     }
 





More information about the tor-commits mailing list