mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-15 11:18:55 +00:00
tor: webtunnel support
- Add webtunnel bridge - Build from https://code.gri.mw/ardocrat/webtunnel to include binary into the build - Build and run webtunnel for Android Reviewed-on: https://code.gri.mw/GUI/grim/pulls/44
This commit is contained in:
@@ -90,6 +90,7 @@ public class MainActivity extends GameActivity {
|
||||
Os.setenv("HOME", Objects.requireNonNull(getExternalFilesDir("")).getPath(), true);
|
||||
Os.setenv("XDG_CACHE_HOME", Objects.requireNonNull(getExternalCacheDir()).getPath(), true);
|
||||
Os.setenv("ARTI_FS_DISABLE_PERMISSION_CHECKS", "true", true);
|
||||
Os.setenv("NATIVE_LIBS_DIR", getApplicationInfo().nativeLibraryDir, true);
|
||||
} catch (ErrnoException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user