commit | 3668e03e6a5c1cc644785e066ce4a2360e96a33f | [log] [tgz] |
---|---|---|
author | Steven Moreland <[email protected]> | Fri Feb 08 17:56:59 2019 -0800 |
committer | Steven Moreland <[email protected]> | Fri Feb 08 17:57:03 2019 -0800 |
tree | 928ced5873a99783f6c7683dabc691bc468ec5a4 | |
parent | 37f20bfe5b8c4ea2405fb920dd4357b551ff0a85 [diff] [blame] |
make setRequestingSid(false) work Before, sid could never be turned from being requested to being unrequested, but no one called the API. Test: boot, check SafetyNet logs Change-Id: I4adeeb172af80fc2708d7811dd4bbf26b2c2d960
diff --git a/Binder.cpp b/Binder.cpp index 72884f0..87bc143 100644 --- a/Binder.cpp +++ b/Binder.cpp
@@ -102,7 +102,7 @@ if (!e) return; // out of memory } - e->mRequestingSid = true; + e->mRequestingSid = requestingSid; } status_t BHwBinder::transact(