mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Move Tor wrapper to library.
This commit is contained in:
@@ -6,6 +6,12 @@ include ':briar-api'
|
||||
include ':briar-core'
|
||||
include ':briar-android'
|
||||
include ':briar-headless'
|
||||
include ':onionwrapper-core'
|
||||
include ':onionwrapper-java'
|
||||
include ':onionwrapper-android'
|
||||
project (':onionwrapper-core').projectDir = file('onionwrapper/onionwrapper-core')
|
||||
project (':onionwrapper-java').projectDir = file('onionwrapper/onionwrapper-java')
|
||||
project (':onionwrapper-android').projectDir = file('onionwrapper/onionwrapper-android')
|
||||
// Enable the mailbox integration tests by passing
|
||||
// `MAILBOX_INTEGRATION_TESTS=true ./gradlew mailbox-integration-tests:test`
|
||||
// on the command line (for CI etc) or set `briar.mailbox_integration_tests=true`
|
||||
|
||||
Reference in New Issue
Block a user