[CI]: build MobileGL android renderer plugin

This commit is contained in:
2026-05-23 20:58:03 +08:00
parent 8c00ae1d38
commit cb8cb48a60
9 changed files with 201 additions and 1 deletions
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">MobileGL</string>
</resources>
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.MobileGLPlugin" parent="@android:style/Theme.Material.NoActionBar" />
<style name="Theme.MobileGLPlugin.NoDisplay" parent="@android:style/Theme.NoDisplay" />
</resources>