[Gradle] Register watchosDeviceArm64 in commonizer

^KT-53107
This commit is contained in:
Anton Lakotka
2022-10-04 21:18:26 +02:00
committed by Space Team
parent 1b7f673e94
commit 1b3cc0dfaa
2 changed files with 2 additions and 1 deletions
@@ -28,6 +28,7 @@ object PlatformWidthIndex {
LeafCommonizerTarget(KonanTarget.WATCHOS_X86) to PlatformIntWidth.INT,
LeafCommonizerTarget(KonanTarget.WATCHOS_X64) to PlatformIntWidth.LONG,
LeafCommonizerTarget(KonanTarget.WATCHOS_SIMULATOR_ARM64) to PlatformIntWidth.LONG,
LeafCommonizerTarget(KonanTarget.WATCHOS_DEVICE_ARM64) to PlatformIntWidth.LONG,
LeafCommonizerTarget(KonanTarget.TVOS_ARM64) to PlatformIntWidth.LONG,
LeafCommonizerTarget(KonanTarget.TVOS_X64) to PlatformIntWidth.LONG,
LeafCommonizerTarget(KonanTarget.TVOS_SIMULATOR_ARM64) to PlatformIntWidth.LONG,