mirror of
https://github.com/ProtonMail/protoncore_android.git
synced 2026-05-15 09:50:41 +00:00
build: When including Core as submodule, use the directory provided from ext.coreSubmoduleDir instead of the hard-coded one.
This commit is contained in:
committed by
MargeBot
parent
733cd6f363
commit
7e773d3ec5
@@ -72,7 +72,7 @@ fun includeProtonLibsBuild() {
|
||||
logger.warn("The ${protonLibsDir.name} submodule is expected to be at $requiredHash, but is at $currentHash.")
|
||||
}
|
||||
|
||||
includeBuild("proton-libs")
|
||||
includeBuild(protonLibsDir)
|
||||
println("Core libs from git submodule `$protonLibsDir` at $currentHash")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user