REVERTME: MobileGL as a submodule

This commit is contained in:
tomikun
2026-07-30 11:46:04 +08:00
parent 423bb97020
commit 6edde3cf2f
6 changed files with 12 additions and 0 deletions

View File

@@ -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
View File

@@ -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

Submodule MobileGL added at fc4cd980f2

View File

@@ -242,4 +242,5 @@ dependencies {
implementation "net.java.dev.jna:jna:5.14.0@aar"
implementation project(':MobileGL')
}

View File

Binary file not shown.

View File

@@ -23,3 +23,4 @@ include ':app_pojavlauncher'
include ':arc_dns_injector'
include ':methods_injector_agent'
include ':forge_installer'
include ':MobileGL'