├── .gitlab-ci.yml ├── LICENSE ├── README.md └── external ├── Makefile ├── config.guess ├── config.sub ├── libevent-patch-1 └── tor-patch-errno /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gedsh/Tor-Android-build-script/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gedsh/Tor-Android-build-script/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gedsh/Tor-Android-build-script/HEAD/README.md -------------------------------------------------------------------------------- /external/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gedsh/Tor-Android-build-script/HEAD/external/Makefile -------------------------------------------------------------------------------- /external/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gedsh/Tor-Android-build-script/HEAD/external/config.guess -------------------------------------------------------------------------------- /external/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gedsh/Tor-Android-build-script/HEAD/external/config.sub -------------------------------------------------------------------------------- /external/libevent-patch-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gedsh/Tor-Android-build-script/HEAD/external/libevent-patch-1 -------------------------------------------------------------------------------- /external/tor-patch-errno: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gedsh/Tor-Android-build-script/HEAD/external/tor-patch-errno --------------------------------------------------------------------------------