Skip to content

Commit

Permalink
Bring back linuxArm32Hfp target because it is deprecated, but not rem…
Browse files Browse the repository at this point in the history
…oved yet. (#2505)
  • Loading branch information
sandwwraith authored Nov 16, 2023
1 parent 79bbd4c commit 8b8c4f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/configure-source-sets.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ kotlin {
}
}

def targetsWithoutTestRunners = ["linuxArm64"]
def targetsWithoutTestRunners = ["linuxArm64", "linuxArm32Hfp"]
configure(targets) {
// Configure additional binaries to run tests in the background
if (["macos", "linux", "mingw"].any { name.startsWith(it) && !targetsWithoutTestRunners.contains(name) }) {
Expand Down
3 changes: 3 additions & 0 deletions gradle/native-targets.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ kotlin {
androidNativeX86()
androidNativeX64()
watchosDeviceArm64()

// Deprecated, but not removed
linuxArm32Hfp()
}
}
}

0 comments on commit 8b8c4f8

Please sign in to comment.