commit | eb258ff0ce3fde7db201c0c9063a057c9d5e06ae | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Fri May 14 03:20:06 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri May 14 03:23:11 2021 +0000 |
tree | 66c49e819e513a799525d7607c76d0468c38352f | |
parent | 8e5f3b455afd2783788a6c68fbed37ce1ea36952 [diff] [blame] |
libbinder: binder RPC - using getCalling* aborts Broken code? Now you know! Fixes: 186647790 Test: binderRpcTest (on host and device) Change-Id: Id8fc889f4998b98f8c3a5ae0e054741e0e83c785
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(); }