mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:18:42 +03:00
initial web rssh stage 1
This commit is contained in:
@@ -20,3 +20,9 @@ rootProject.name = "AndroidCast"
|
||||
include ':app'
|
||||
include ':session-studio'
|
||||
project(':session-studio').projectDir = file('desktop/session-studio')
|
||||
|
||||
def wgTunnelDir = file('third-party/wireguard-android/tunnel')
|
||||
if (wgTunnelDir.exists()) {
|
||||
include ':tunnel'
|
||||
project(':tunnel').projectDir = wgTunnelDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user