Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19c84390 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Add missing syscall for 32 bit builds

Bug: 36130225
Test: boot Pixel build with 32 bit mediaextractor
Change-Id: I0a843be7b3fc7a8e03325625aa85fe7230f464ad
parent 9a60e1ad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ getgroups32: 1
nanosleep: 1
getrandom: 1

# for dynamically loading extractors
pread64: 1

# for FileSource
readlinkat: 1
_llseek: 1