We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d0b075 commit 7e90f35Copy full SHA for 7e90f35
srcpkgs/waydroid/files/waydroid-container/run
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
exec 2>&1
3
sv check dbus >/dev/null || exit 1
4
-exec waydroid -w container start
+exec waydroid container start
srcpkgs/waydroid/template
@@ -1,7 +1,7 @@
# Template file for 'waydroid'
pkgname=waydroid
version=1.6.0
-revision=1
+revision=2
5
# https://developer.android.com/ndk/guides/abis#sa
6
archs="aarch64* armv7* i686* x86_64*"
7
build_style=gnu-makefile
0 commit comments