first commit
This commit is contained in:
5
post-fs-data.redroid.sh
Normal file
5
post-fs-data.redroid.sh
Normal 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
|
||||
Reference in New Issue
Block a user