build + tor: update grin libs fix android build, add arti lib, tor server config, connection with snowflake, transport at connections

This commit is contained in:
ardocrat
2024-04-25 15:15:00 +03:00
parent f095fa5ae0
commit 7207fb56bc
12 changed files with 3436 additions and 268 deletions
@@ -40,6 +40,7 @@ public class MainActivity extends GameActivity {
try {
Os.setenv("HOME", getExternalFilesDir("").getPath(), true);
Os.setenv("XDG_CACHE_HOME", getExternalCacheDir().getPath(), true);
Os.setenv("ARTI_FS_DISABLE_PERMISSION_CHECKS", "true", true);
} catch (ErrnoException e) {
throw new RuntimeException(e);
}