mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 06:22:53 +00:00
Camera: Remove length check in case of 'getCameraIdList'
am: 51aba6781c
Change-Id: I652a266528c2eac2e9f9f8531577e565363cb0e7
This commit is contained in:
@@ -1040,9 +1040,6 @@ TEST_F(CameraHidlTest, getCameraIdList) {
|
||||
ALOGI("Camera Id[%zu] is %s", i, idList[i].c_str());
|
||||
}
|
||||
ASSERT_EQ(Status::OK, status);
|
||||
// This is true for internal camera provider.
|
||||
// Not necessary hold for external cameras providers
|
||||
ASSERT_GT(idList.size(), 0u);
|
||||
});
|
||||
ASSERT_TRUE(ret.isOk());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user