Skip to content
Snippets Groups Projects
Verified Commit 6e3f40d7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add ABle to Android build script

parent 0c152164
No related branches found
No related tags found
No related merge requests found
Pipeline #76460 passed
...@@ -13,7 +13,7 @@ $(DIST)-debug-$(VERSION_FULL)-$(ARCH).apk: ...@@ -13,7 +13,7 @@ $(DIST)-debug-$(VERSION_FULL)-$(ARCH).apk:
--package $(PACKAGE) --name $(NAME) --version $(VERSION) \ --package $(PACKAGE) --name $(NAME) --version $(VERSION) \
--arch $(ARCH) \ --arch $(ARCH) \
--window --orientation portrait \ --window --orientation portrait \
--permission BLUETOOTH_SCAN --permission BLUETOOTH_CONNECT \ --permission BLUETOOTH --permission BLUETOOTH_ADMIN --permission ACCESS_FINE_LOCATION \
--bootstrap sdl2 \ --bootstrap sdl2 \
--requirements python3,kivy --requirements python3,kivy,android,able_recipe
mv $(DIST)-debug-$(VERSION)-.apk $(DIST)-debug-$(VERSION)-$(ARCH).apk mv $(DIST)-debug-$(VERSION)-.apk $(DIST)-debug-$(VERSION)-$(ARCH).apk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment