diff options
| author | 2023-11-07 18:31:07 +0000 | |
|---|---|---|
| committer | 2023-11-07 18:31:07 +0000 | |
| commit | 32de6d9e18b6c957a5db637ae97bd854db2ed915 (patch) | |
| tree | 2fa55241659983b5013ee8b661f06489ed0cac4c | |
| parent | fb24f04f3e302cae5d414a79d47a13595d9f45b0 (diff) | |
| parent | 939c39111d0d1192f1002fc87b468a1817671dff (diff) | |
Merge "binderRpcTest: Give more stack on Trusty" into main am: 939c39111d
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2819231
Change-Id: I4af89e87c873f95b9b83bf7354323f3edb84553e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/binder/trusty/binderRpcTest/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/trusty/binderRpcTest/manifest.json b/libs/binder/trusty/binderRpcTest/manifest.json index 1cefac5a2b..6e20b8a7ad 100644 --- a/libs/binder/trusty/binderRpcTest/manifest.json +++ b/libs/binder/trusty/binderRpcTest/manifest.json @@ -2,5 +2,5 @@ "uuid": "9dbe9fb8-60fd-4bdd-af86-03e95d7ad78b", "app_name": "binderRpcTest", "min_heap": 262144, - "min_stack": 16384 + "min_stack": 20480 } |