Skip to content

Commit

Permalink
feat: add binder+ashmem modules for waydroid
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Jan 1, 2024
1 parent e92dfd3 commit 85ea755
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes.container/etc/modules.load.d/waydroid.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
binder_linux
ashmem_linux
2 changes: 2 additions & 0 deletions includes.container/etc/udev/rules.d/99-waydroid.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
KERNEL=="binder", NAME="%k", MODE="0666"
KERNEL=="ashmem", NAMe="%k", MODE="0666"
10 changes: 10 additions & 0 deletions modules/02-waydroid-modules.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: waydroid-modules
type: shell
commands:
- cp -rT /sources/binder /usr/src/waydroid-binder-1
- cp -rT /sources/ashmem /usr/src/waydroid-ashmem-1
- dkms install waydroid-binder-1
- dkms install waydroid-ashmem-1
source:
type: tar
url: https://github.com/TeMPOraL/nyan-mode/archive/refs/tags/v1.1.3.tar.gz
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ modules:
- modules/00-vanilla-system-operator
- modules/00-vanilla-apx-gui
- modules/01-vanilla-cleanup
- modules/02-waydroid-modules
- modules/20-gnome-core
- modules/30-gnome-essentials
- modules/40-gnome-appearance
Expand Down

0 comments on commit 85ea755

Please sign in to comment.