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

Commit 67eecb8a authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Merge "mediacodec/mediaextractor: allow ugetrlimit" into nyc-dev

am: 02e424d9

* commit '02e424d9':
  mediacodec/mediaextractor: allow ugetrlimit
parents d6408bf5 02e424d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ sched_get_priority_min: 1
statfs64: 1
sched_setscheduler: 1
fstatat64: 1
ugetrlimit: 1

# for attaching to debuggerd on process crash
sigaction: 1
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ sched_setscheduler: 1
gettid: 1
rt_sigprocmask: 1
sched_yield: 1
ugetrlimit: 1

# for attaching to debuggerd on process crash
sigaction: 1
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,8 @@ exit_group: 1
rt_sigreturn: 1
faccessat: 1
sched_setscheduler: 1
ugetrlimit: 1
getrlimit: 1

# for attaching to debuggerd on process crash
socketcall: 1