[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[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.



commit fc0b035a4173683a726b9e1f1fbbc639c46a0bb0
Author: Eric Offermann <eoffermann@xxxxxxxxxxxxxxxxx>
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']
         }
     }
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits