commit | 30fd9b9919ae4fbf32d5820c615039dc1a2881d3 | [log] [tgz] |
---|---|---|
author | chaviw <chaviw@google.com> | Fri Apr 22 12:41:17 2022 -0500 |
committer | chaviw <chaviw@google.com> | Fri Apr 22 13:52:00 2022 -0500 |
tree | 7d571c61af07dfaf073635ad6d41b36b5b0473f5 | |
parent | c8c333259715252d81c3c4c28cdf64fd3c148b7b [diff] |
Send transaction callbacks even when no BSL The current transaction callback logic only accounts for 2 cases: 1. If there's a BSL in the transaction 2. If there are no layers in the transaction However, this doesn't account for cases where there's other layer types in the transaction that are not BSL. In those cases, we fail to invoke the transaction callbacks. Test: LayerCallbackTest Fixes: 229578553 Change-Id: I7483235617218a759bc9b1ea335e9fef80275728