commit | 58c938eed993f7088ce8fe3268165c810718a4d4 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Mon Aug 02 22:02:14 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Mon Aug 02 22:49:16 2021 +0000 |
tree | dfa5eb8d38e36b8b25ede0a6aa232343c656c560 | |
parent | b6a99c1f9c3a797467553d063c6a6e2d6fa016e0 [diff] |
mediatranscoding: avoid double-ownership in test SharedRefBase subclasses have an internal weak_ptr and AIDL code promotes it internally. No error was seen from this, but because SharedRefBase is being converted to be based on enable_shared_from_this, this was causing compilation errors. Bug: 194905504 Test: ./build_and_run_all_unit_tests.sh had some cases fail before and it fails now Change-Id: I3dd5ad0feb9ed020073808c32fa1c5689a29e1b2