[tor-commits] [orbot/master] don't build jni/ndk inside of this project
n8fr8 at torproject.org
n8fr8 at torproject.org
Fri Jun 9 10:15:05 UTC 2017
commit c874e70fa6a1f84ee10b26220c541989cc189d36
Author: n8fr8 <nathan at freitas.net>
Date: Fri Jun 9 06:08:05 2017 -0400
don't build jni/ndk inside of this project
---
orbotservice/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle
index 5b033ec..e46037f 100644
--- a/orbotservice/build.gradle
+++ b/orbotservice/build.gradle
@@ -7,6 +7,7 @@ android {
sourceSets {
main {
jni.srcDirs = []
+
}
}
More information about the tor-commits
mailing list