mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 06:28:24 +02:00
android: create android project in create-android-project.py python script
This script supersedes androidbuild.sh, and also supports using a SDL3 prefab archive
This commit is contained in:
committed by
Anonymous Maarten
parent
2d05dcc1f7
commit
50ae47af5e
6
.github/workflows/android.yml
vendored
6
.github/workflows/android.yml
vendored
@@ -40,7 +40,11 @@ jobs:
|
||||
- name: Create Gradle project
|
||||
if: ${{ matrix.platform.gradle }}
|
||||
run: |
|
||||
build-scripts/androidbuild.sh org.libsdl.testspriteminimal test/testspriteminimal.c test/icon.h
|
||||
python build-scripts/create-android-project.py \
|
||||
--output "build" \
|
||||
--variant copy \
|
||||
org.libsdl.testspriteminimal \
|
||||
test/testspriteminimal.c test/icon.h
|
||||
echo ""
|
||||
echo "Project contents:"
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user