first commit

This commit is contained in:
2025-09-16 15:54:17 +08:00
commit fffe32888c
21 changed files with 1749 additions and 0 deletions

5
post-fs-data.redroid.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/system/bin/sh
## enable `memfd` if `ashmem` missing
## memfd is disabled in post-fs-data (init.rc)
[ -c /dev/ashmem ] || setprop sys.use_memfd 1