mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-08-01 19:26:04 -04:00
REVERTME: MobileGL as a submodule
This commit is contained in:
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@@ -22,6 +22,12 @@ jobs:
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Update glslang sources
|
||||
if: github.ref_name == 'feat/MobileGL' || github.head_ref == 'feat/MobileGL'
|
||||
run: |
|
||||
cd MobileGL/3rdparty/glslang
|
||||
./update_glslang_sources.py
|
||||
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -7,3 +7,6 @@
|
||||
[submodule "sdl2-compat"]
|
||||
path = app_pojavlauncher/src/main/jni/sdl2-compat
|
||||
url = https://github.com/libsdl-org/sdl2-compat.git
|
||||
[submodule "MobileGL"]
|
||||
path = MobileGL
|
||||
url = https://github.com/MobileGL-Dev/MobileGL.git
|
||||
|
||||
1
MobileGL
Submodule
1
MobileGL
Submodule
Submodule MobileGL added at fc4cd980f2
@@ -242,4 +242,5 @@ dependencies {
|
||||
|
||||
implementation "net.java.dev.jna:jna:5.14.0@aar"
|
||||
|
||||
implementation project(':MobileGL')
|
||||
}
|
||||
|
||||
Binary file not shown.
@@ -23,3 +23,4 @@ include ':app_pojavlauncher'
|
||||
include ':arc_dns_injector'
|
||||
include ':methods_injector_agent'
|
||||
include ':forge_installer'
|
||||
include ':MobileGL'
|
||||
|
||||
Reference in New Issue
Block a user