[REVERTME] filtering out ANDROID_X64, WATCHOS_{X64,ARM64}, TVOS_{X64,ARM64} from enabled platform till their full support
This commit is contained in:
Vendored
+2
-1
@@ -80,7 +80,8 @@ enum DependencyKind {
|
||||
|
||||
def platformManager = rootProject.ext.platformManager
|
||||
|
||||
platformManager.enabled.each { target ->
|
||||
|
||||
platformManager.filteredOutEnabledButNotSupported.each { target ->
|
||||
def loader = platformManager.loader(target)
|
||||
|
||||
task "${target}Dependencies"(type: NativeDep) {
|
||||
|
||||
Reference in New Issue
Block a user