blob: bb9362d067eaebd24405c4aba2c5bac7c6f0406d [file] [log] [blame]
nmittler7782d132016-11-22 11:34:01 -08001rootProject.name = "conscrypt"
nmittler7782d132016-11-22 11:34:01 -08002include ":conscrypt-android"
Nathan Mittler6c291c52017-03-27 17:33:17 -07003include ":conscrypt-android-platform"
Nathan Mittler5ca87052017-05-10 13:40:45 -07004include ":conscrypt-android-stub"
Kenny Root5070bdf2017-03-15 16:09:21 -07005include ":conscrypt-api-doclet"
Adam Vartaniane56b72a2017-08-07 11:49:48 +01006include ":conscrypt-benchmark-android"
Nathan Mittlerb2296e82017-08-08 12:55:00 -07007include ":conscrypt-benchmark-base"
Kenny Root268e9482017-03-03 15:24:20 -08008include ":conscrypt-benchmark-graphs"
Nathan Mittler187f2392017-06-29 07:30:22 -07009include ":conscrypt-benchmark-jmh"
Nathan Mittler5ca87052017-05-10 13:40:45 -070010include ":conscrypt-constants"
11include ":conscrypt-libcore-stub"
12include ":conscrypt-openjdk"
Nathan Mittler5ca87052017-05-10 13:40:45 -070013include ":conscrypt-openjdk-integ-tests"
14include ":conscrypt-openjdk-uber"
15include ":conscrypt-testing"
nmittler7782d132016-11-22 11:34:01 -080016
nmittler7782d132016-11-22 11:34:01 -080017project(':conscrypt-android').projectDir = "$rootDir/android" as File
Nathan Mittler6c291c52017-03-27 17:33:17 -070018project(':conscrypt-android-platform').projectDir = "$rootDir/platform" as File
Nathan Mittler5ca87052017-05-10 13:40:45 -070019project(':conscrypt-android-stub').projectDir = "$rootDir/android-stub" as File
Kenny Root5070bdf2017-03-15 16:09:21 -070020project(':conscrypt-api-doclet').projectDir = "$rootDir/api-doclet" as File
Adam Vartaniane56b72a2017-08-07 11:49:48 +010021project(':conscrypt-benchmark-android').projectDir = "$rootDir/benchmark-android" as File
Nathan Mittlerb2296e82017-08-08 12:55:00 -070022project(':conscrypt-benchmark-base').projectDir = "$rootDir/benchmark-base" as File
Kenny Root268e9482017-03-03 15:24:20 -080023project(':conscrypt-benchmark-graphs').projectDir = "$rootDir/benchmark-graphs" as File
Nathan Mittler187f2392017-06-29 07:30:22 -070024project(':conscrypt-benchmark-jmh').projectDir = "$rootDir/benchmark-jmh" as File
Nathan Mittler5ca87052017-05-10 13:40:45 -070025project(':conscrypt-constants').projectDir = "$rootDir/constants" as File
26project(':conscrypt-libcore-stub').projectDir = "$rootDir/libcore-stub" as File
27project(':conscrypt-openjdk').projectDir = "$rootDir/openjdk" as File
Nathan Mittler5ca87052017-05-10 13:40:45 -070028project(':conscrypt-openjdk-integ-tests').projectDir = "$rootDir/openjdk-integ-tests" as File
29project(':conscrypt-openjdk-uber').projectDir = "$rootDir/openjdk-uber" as File
30project(':conscrypt-testing').projectDir = "$rootDir/testing" as File