Merge "Camera VTS: Fix AIDL status typo" into android13-tests-dev

This commit is contained in:
Treehugger Robot
2023-01-25 02:11:46 +00:00
committed by Gerrit Code Review

View File

@@ -167,7 +167,7 @@ std::vector<std::string> CameraAidlTest::getCameraDeviceNames(
ScopedAStatus physicalCameraDeviceStatusChange(
const std::string&, const std::string&,
::aidl::android::hardware::camera::common::CameraDeviceStatus) override {
return ndk::ScopedAStatus();
return ScopedAStatus::ok();
}
std::vector<std::string> externalCameraDeviceNames;