summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2021-05-06 00:41:10 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-05-06 00:41:10 +0000
commit3cb8d2b893d0cf37194bffebf15eb81b603d0b0a (patch)
treec342098b500e13505d1009eb963f873c21f68283
parent17078c14b95d8dbad70aaab0d76b22b409d56086 (diff)
parent57ec8b1b658f4a83e39968b78fa294b2093ac7ca (diff)
Merge "binderRpcBenchmark: main return 0" am: 2a466321b3 am: 57ec8b1b65
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1697647 Change-Id: I1c1bee5064b4532f2524f058f61de1e2a49f77ea
-rw-r--r--libs/binder/tests/binderRpcBenchmark.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/tests/binderRpcBenchmark.cpp b/libs/binder/tests/binderRpcBenchmark.cpp
index ce47c0d042..f64bc5bf4e 100644
--- a/libs/binder/tests/binderRpcBenchmark.cpp
+++ b/libs/binder/tests/binderRpcBenchmark.cpp
@@ -134,4 +134,5 @@ int main(int argc, char** argv) {
success:
::benchmark::RunSpecifiedBenchmarks();
+ return 0;
}