commit | d73020787e8730575b91bb010f0895571887970b | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Sat May 15 01:32:04 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Tue May 18 00:37:29 2021 +0000 |
tree | 8f49da981b4f59f50922a843cde952babe69ffd1 | |
parent | 35626658834a9b4edcb47a09ca8b7e33d65c2e10 [diff] [blame] |
Revert^2 "libbinder: binder RPC - using getCalling* aborts" 15e2835588ce3a8e318c01230bda2c113a16f761 Broken code? Now you know! Fixes: 186647790 Test: binderRpcTest (on host and device) Change-Id: I994b007b76d68771519dc8279534616ec60e9d71
diff --git a/libs/binder/tests/IBinderRpcTest.aidl b/libs/binder/tests/IBinderRpcTest.aidl index ef4198d..41daccc 100644 --- a/libs/binder/tests/IBinderRpcTest.aidl +++ b/libs/binder/tests/IBinderRpcTest.aidl
@@ -55,4 +55,6 @@ oneway void sleepMsAsync(int ms); void die(boolean cleanup); + + void useKernelBinderCallingId(); }