commit | 12e05312241f9ca0a2d032f962ee6c306a1b1010 | [log] [tgz] |
---|---|---|
author | Kelvin Zhang <zhangkelvin@google.com> | Tue Dec 05 10:22:51 2023 -0800 |
committer | Kelvin Zhang <zhangkelvin@google.com> | Tue Dec 05 10:28:12 2023 -0800 |
tree | 54311b7c091bbac79f8434c0cb38f79ebb3c9804 | |
parent | 7d526560df250f1636de75cff5d4ff6e0f3a8e3e [diff] |
Fix multiple calls to set_[source/type] Since currently implementation just does an bitwise or with the storage unit, multiple calls to set_source would result in overlapping bits. Fix by first clear the existing storage. Test: th Bug: 313962438 Change-Id: Iecfe8dd244c0f65ecd3cacb0404fdc39ef836d97