Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions shared/init.sdm845.rc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on early-boot
chown graphics graphics /sys/kernel/debug/sync/sw_sync
chmod 777 /sys/kernel/debug/sync/sw_sync
chown graphics graphics /sys/kernel/debug/sync/info
setprop sys.use_memfd true
Copy link
Collaborator

@kcxt kcxt Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this is actually needed, memfd is used as a fallback by default and d7cdfec fixes support for it.

@pundiramit can you clarify?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you don't add ashmem driver back into kernel its needed else surfaceflinger keeps crashing with ashmem driver added back its not needed


on zygote-start
mkdir /data/vendor/wifi 0770 wifi wifi
Expand Down