File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Tests/SWBAndroidPlatformTests Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ fileprivate struct AndroidBuildOperationTests: CoreBasedTests {
95
95
) ,
96
96
] )
97
97
let core = try await getCore ( )
98
- let androidExtension = try await #require( core. pluginManager. extensions ( of: SDKRegistryExtensionPoint . self) . compactMap { $0 as? AndroidSDKRegistryExtension } . only)
98
+ let androidExtension = try #require( core. pluginManager. extensions ( of: SDKRegistryExtensionPoint . self) . compactMap { $0 as? AndroidSDKRegistryExtension } . only)
99
99
let ( _, androidNdk) = try #require( await androidExtension. plugin. effectiveInstallation ( host: core. hostOperatingSystem) )
100
100
if androidNdk. version < Version ( 27 ) && arch == " riscv64 " {
101
101
return // riscv64 support was introduced in NDK r27
You can’t perform that action at this time.
0 commit comments