waydroid: update to 1.3.4.

"Waydroid waiting for initialization..." could show up on tty1
interrupting agetty login flow for example, so add vlogger.

Also clarify README.voidlinux now that Android 11 system images are the
default, mention kernel cmdline wiki page.
This commit is contained in:
Jami Kettunen 2022-12-05 15:53:23 +02:00 committed by Đoàn Trần Công Danh
parent dd1cb006f2
commit 7c8057315c
3 changed files with 10 additions and 6 deletions

View file

@ -1,10 +1,13 @@
To finish Waydroid installation run:
# waydroid init
# ln -s /etc/sv/waydroid-container /var/service
# waydroid init
Additionally for Android 11+ system images ensure 'psi=1' is present on your
/proc/cmdline (unless the kernel is configured with CONFIG_PSI_DEFAULT_DISABLED=n).
Additionally ensure /proc/pressure/cpu exists, otherwise add 'psi=1' to your
kernel cmdline; without this /system/bin/lmkd will keep crashing and the LXC
container won't finish booting.
For more details on kernel command line arguments and their configuration see
https://docs.voidlinux.org/config/kernel.html#cmdline
Currently for audio support you need a PulseAudio server running (pipewire-pulse
also works).

View file

@ -0,0 +1 @@
/usr/bin/vlogger

View file

@ -1,7 +1,7 @@
# Template file for 'waydroid'
pkgname=waydroid
version=1.3.3
revision=2
version=1.3.4
revision=1
# https://developer.android.com/ndk/guides/abis#sa
archs="aarch64* armv7* i686* x86_64*"
build_style=gnu-makefile
@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
homepage="https://waydro.id"
changelog="https://raw.githubusercontent.com/waydroid/waydroid/main/debian/changelog"
distfiles="https://github.com/waydroid/waydroid/archive/refs/tags/${version}.tar.gz"
checksum=63d174dabff4af2ad862f129bba8eb60aa96c8cd31ee4896df18dd407d661859
checksum=32e30e6c7384a514649daeac68b1326e2781362692ae143927628ff2f1387c4e
python_version=3
pycompile_dirs="usr/lib/waydroid"