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

28 Apr
2020
28 Apr
'20
9:05 p.m.
commit fc0b035a4173683a726b9e1f1fbbc639c46a0bb0 Author: Eric Offermann <eoffermann@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'] } }
1868
Age (days ago)
1868
Last active (days ago)
0 comments
1 participants
participants (1)
-
n8fr8@torproject.org