build: add target native SDK as downloadable dependency

also improve Gradle native toolchains configuration
This commit is contained in:
Svyatoslav Scherbina
2016-11-02 15:12:18 +07:00
committed by SvyatoslavScherbina
parent db1853f627
commit e7558f9ddc
7 changed files with 24 additions and 23 deletions
+4
View File
@@ -85,6 +85,10 @@ task llvm(type: TgzNativeDep) {
baseName = "clang+llvm-3.8.0-$target"
}
task sysroot(type: TgzNativeDep) {
baseName = "target-sysroot-1-$target"
}
task update {
dependsOn tasks.withType(NativeDep)