commit | 54c4856226e02a2b4f115235ab1fa0646b826250 | [log] [tgz] |
---|---|---|
author | Emilian Peev <epeev@google.com> | Fri Jan 20 13:50:46 2023 -0800 |
committer | Emilian Peev <epeev@google.com> | Mon Jan 23 17:35:05 2023 +0000 |
tree | cd631ea4a61d60be4581b93e713241951c2dcd1f | |
parent | 022e49b68450a25d3800c62ddb85536186fa7915 [diff] |
Camera VTS: Fix AIDL status typo "physicalCameraDeviceStatusChange" returns a default ScopedAStatus that will not include a valid AStatus instance. This will result in binder instabilities once the status is being parceled. Return "ScopedAStatus::ok" instead. Bug: 253993253 Test: adb shell VtsAidlHalCameraProvider_TargetTest Change-Id: I219f608a04aaec0631e3de58a7e0d47a30294e52