mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Merge branch 'v3_openjdk' of https://github.com/PojavLauncherTeam/PojavLauncher into v3_openjdk
This commit is contained in:
commit
987ff83cad
@ -18,12 +18,13 @@ Architectures:
|
||||
- [x] **Removed** ~~BinaryExecutor: execute `java` binary, no `JNIInvocation`.~~
|
||||
- [x] **Temporary removed** ~~JVDroid OpenJDK 11 (32 and 64-bit ARM and x86). Partial, no error `can't lock mutex`, but now exit with none output.~~
|
||||
- [x] OpenJDK 9 Mobile port: ARM32, ARM64, x86, x86_64.
|
||||
- [ ] AWT/Swing for mod installer. Will try own graphics environment~~use `Caciocavallo` project~~.
|
||||
- [x] Mod installer headless
|
||||
- [ ] Mod installer with GUI. Will try own graphics environment~~use `Caciocavallo` project~~.
|
||||
- [x] OpenGL in OpenJDK environment
|
||||
- [x] OpenAL (work on most devices)
|
||||
- [x] Input keyboard and mouse events from ART to OpenJDK environment
|
||||
- [ ] Support Minecraft 1.12 and below.
|
||||
- [x] Support Minecraft 1.13 and above. Used GLFW stub.
|
||||
- [x] Support Minecraft 1.12.2 and below. Used [lwjglx](https://github.com/PojavLauncherTeam/lwjglx), a LWJGL2 compatibility layer for LWJGL3.
|
||||
- [x] Support Minecraft 1.13 and above. Used [GLFW stub](https://github.com/PojavLauncherTeam/lwjgl3-glfw-java).
|
||||
- [ ] More...
|
||||
|
||||
## License
|
||||
|
@ -28,7 +28,7 @@ android {
|
||||
multiDexEnabled true //important
|
||||
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a" , "x86" , "x86_64" , "arm64-v8a"
|
||||
abiFilters "armeabi-v7a" , "x86" // , "x86_64" , "arm64-v8a"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user