thermatk
2 years ago
committed by
世界
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
3 changed files with
3 additions and
5 deletions
-
.gitignore
-
.gitmodules
-
bin/update_libs.sh
|
|
@ -6,10 +6,6 @@ obj/ |
|
|
|
local.properties |
|
|
|
.externalNativeBuild |
|
|
|
.cxx |
|
|
|
/TMessagesProj/jni/ffmpeg/build/ |
|
|
|
/TMessagesProj/jni/boringssl/build/ |
|
|
|
CMakeLists.txt |
|
|
|
CMakeLists.txt.orig |
|
|
|
service_account_credentials.json |
|
|
|
*.aar |
|
|
|
*.so |
|
|
@ -4,9 +4,11 @@ |
|
|
|
[submodule "TMessagesProj/jni/ffmpeg"] |
|
|
|
path = TMessagesProj/jni/ffmpeg |
|
|
|
url = https://github.com/FFmpeg/FFmpeg |
|
|
|
ignore = dirty |
|
|
|
[submodule "TMessagesProj/jni/boringssl"] |
|
|
|
path = TMessagesProj/jni/boringssl |
|
|
|
url = https://github.com/google/boringssl |
|
|
|
ignore = dirty |
|
|
|
|
|
|
|
[submodule "ss-rust/src/main/rust/shadowsocks-rust"] |
|
|
|
path = ss-rust/src/main/rust/shadowsocks-rust |
|
|
|
|
|
@ -6,7 +6,7 @@ if [ ! -x "$(command -v go)" ]; then |
|
|
|
|
|
|
|
# if [ ! -x "$(command -v gvm)" ]; then |
|
|
|
# |
|
|
|
# apt install -y bison |
|
|
|
# apt install -y bison gcc make |
|
|
|
# bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) |
|
|
|
# source "$HOME/.bashrc" |
|
|
|
# |
|
|
|