|
@@ -182,7 +182,7 @@ tasks {
|
|
|
val buildTree = File(android.externalNativeBuild.cmake.buildStagingDirectory, "cmake/release/$docABI")
|
|
val buildTree = File(android.externalNativeBuild.cmake.buildStagingDirectory, "cmake/release/$docABI")
|
|
|
named<Exec>("makeDoc") {
|
|
named<Exec>("makeDoc") {
|
|
|
// This is a hack - expect the first line to contain the path to the embedded CMake executable
|
|
// This is a hack - expect the first line to contain the path to the embedded CMake executable
|
|
|
- executable = File(buildTree, "cmake_build_command.txt").readLines().first().split(":").last().trim()
|
|
|
|
|
|
|
+ executable = File(buildTree, "build_command.txt").readLines().first().split(":").last().trim()
|
|
|
workingDir = buildTree
|
|
workingDir = buildTree
|
|
|
}
|
|
}
|
|
|
named<Zip>("documentationZip") {
|
|
named<Zip>("documentationZip") {
|