This commit is contained in:
Alexey Pelykh 2014-12-17 17:54:22 +02:00
parent 643901a0d4
commit b2355d5f34

View file

@ -211,7 +211,7 @@ task buildOsmAndCore(type: Exec) {
description "Build Legacy OsmAndCore"
if (!Os.isFamily(Os.FAMILY_WINDOWS)) {
commandLine "sh", file("../old-ndk-build.sh").getAbsolutePath()
commandLine "sh", file("./old-ndk-build.sh").getAbsolutePath()
} else {
commandLine ""
}