Merge "camera case fail for testSceneModes" am: b59cd66e93 am: a22c40839e

am: a494d7287f

Change-Id: I8e7c31b71e1ccfb77d5cb46949e438c2f1e1ef4c
This commit is contained in:
Eino-Ville Talvala
2017-02-16 21:53:23 +00:00
committed by android-build-merger

View File

@@ -646,7 +646,7 @@ public class LegacyMetadataMapper {
// Special case where the only scene mode listed is AUTO => no scene mode
if (sceneModes != null && sceneModes.size() == 1 &&
sceneModes.get(0) == Parameters.SCENE_MODE_AUTO) {
sceneModes.get(0).equals(Parameters.SCENE_MODE_AUTO)) {
supportedSceneModes = null;
}