blob: 145df5281d789e9f591f7dda47d21243eff3eb8d [file] [log] [blame]
rootProject.name = "conscrypt"
include ":conscrypt-constants"
include ":conscrypt-openjdk"
include ":conscrypt-android"
include ":conscrypt-android-stub"
project(':conscrypt-constants').projectDir = "$rootDir/constants" as File
project(':conscrypt-openjdk').projectDir = "$rootDir/openjdk" as File
project(':conscrypt-android').projectDir = "$rootDir/android" as File
project(':conscrypt-android-stub').projectDir = "$rootDir/android-stub" as File