Class Platform.ANDROID_AARCH64
java.lang.Object
org.graalvm.nativeimage.Platform.ANDROID_AARCH64
- All Implemented Interfaces:
org.graalvm.nativeimage.impl.InternalPlatform.NATIVE_ONLY, org.graalvm.nativeimage.impl.InternalPlatform.PLATFORM_JNI, Platform, Platform.AARCH64, Platform.ANDROID, Platform.LINUX, Platform.LINUX_AARCH64_BASE
- Enclosing interface:
Platform
public static final class Platform.ANDROID_AARCH64
extends Object
implements Platform.ANDROID, Platform.LINUX_AARCH64_BASE
Supported leaf platform: Android on AArch64 64-bit.
- Since:
- 21.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface Platform
Platform.AARCH64, Platform.AMD64, Platform.ANDROID, Platform.ANDROID_AARCH64, Platform.DARWIN, Platform.DARWIN_AARCH64, Platform.DARWIN_AMD64, Platform.HOSTED_ONLY, Platform.IOS, Platform.IOS_AARCH64, Platform.IOS_AMD64, Platform.LINUX, Platform.LINUX_AARCH64, Platform.LINUX_AARCH64_BASE, Platform.LINUX_AMD64, Platform.LINUX_AMD64_BASE, Platform.LINUX_RISCV64, Platform.MACOS, Platform.MACOS_AARCH64, Platform.MACOS_AMD64, Platform.RISCV64, Platform.WINDOWS, Platform.WINDOWS_AARCH64, Platform.WINDOWS_AMD64
-
Field Summary
Fields inherited from interface Platform
PLATFORM_PROPERTY_NAME
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface Platform.AARCH64
getArchitecture
Methods inherited from interface Platform.ANDROID
getOS
-
Constructor Details
-
ANDROID_AARCH64
public ANDROID_AARCH64()Instantiates a marker instance of this platform.- Since:
- 21.0
-