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

Commit 39c541ba authored by Andrei Homescu's avatar Andrei Homescu
Browse files

binderRpcTest: Give more stack on Trusty

Increase the maximum binderRpcTest stack size on Trusty
by one page to fix qemu-generic-arm64-fuzz-test-debug crashes
since aosp/2809894.

Bug: None
Test: build.py --test boot-test:com.android.trusty.binderRpcTest \
    qemu-generic-arm64-fuzz-test-debug
Change-Id: I05247f45c164a67b5ffe5cb8fadfd2e423188ffc
parent e70bfcad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,5 +2,5 @@
    "uuid": "9dbe9fb8-60fd-4bdd-af86-03e95d7ad78b",
    "app_name": "binderRpcTest",
    "min_heap": 262144,
    "min_stack": 16384
    "min_stack": 20480
}