mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Camera: VTS: Fail test if availableSettingsOverride is empty" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
90c8cd9a3b
@@ -336,7 +336,7 @@ void CameraAidlTest::verifySettingsOverrideCharacteristics(const camera_metadata
|
||||
int retcode = find_camera_metadata_ro_entry(metadata,
|
||||
ANDROID_CONTROL_AVAILABLE_SETTINGS_OVERRIDES, &entry);
|
||||
bool supportSettingsOverride = false;
|
||||
if ((0 == retcode) && (entry.count > 0)) {
|
||||
if (0 == retcode) {
|
||||
supportSettingsOverride = true;
|
||||
bool hasOff = false;
|
||||
for (size_t i = 0; i < entry.count; i++) {
|
||||
|
||||
Reference in New Issue
Block a user