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

am: 6bd164bcd3

Change-Id: I7c3afdccda0b6105f8ef740ea0dc95528fdae91d
This commit is contained in:
Eino-Ville Talvala
2017-02-16 21:57:34 +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;
}