Skip to content

Commit 00d6935

Browse files
committed
Remove macosX64 and iosX64 targets
AOSP does not support Apple X64 targets anymore https://android-review.googlesource.com/c/platform/frameworks/support/+/3889609
1 parent 4bd7c54 commit 00d6935

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

components/resources/library/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ kotlin {
2424
}
2525
}
2626
}
27-
iosX64()
2827
iosArm64()
2928
iosSimulatorArm64()
3029
js {
@@ -51,7 +50,6 @@ kotlin {
5150
}
5251
binaries.executable()
5352
}
54-
macosX64()
5553
macosArm64()
5654

5755
applyDefaultHierarchyTemplate()

components/ui-tooling-preview/demo/shared/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ kotlin {
1919
}
2020
jvm("desktop")
2121
listOf(
22-
iosX64(),
2322
iosArm64(),
2423
iosSimulatorArm64()
2524
).forEach { iosTarget ->
@@ -38,7 +37,6 @@ kotlin {
3837
}
3938

4039
listOf(
41-
macosX64(),
4240
macosArm64()
4341
).forEach { macosTarget ->
4442
macosTarget.binaries {

components/ui-tooling-preview/library/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ kotlin {
1919
}
2020
}
2121
}
22-
iosX64()
2322
iosArm64()
2423
iosSimulatorArm64()
2524
js {
@@ -31,7 +30,6 @@ kotlin {
3130
browser {
3231
}
3332
}
34-
macosX64()
3533
macosArm64()
3634

3735
applyDefaultHierarchyTemplate()

0 commit comments

Comments
 (0)