Fix the build am: 4707e2b64d

am: 7815035df0

Change-Id: If3c7dc7dc7c7a3a9f3ebf07f88a74d4a89e8c940
This commit is contained in:
Tony Wickham
2016-06-22 01:41:48 +00:00
committed by android-build-merger
@@ -20,7 +20,7 @@ public class AlphabeticIndexCompat {
BaseIndex index = null;
try {
if (Utilities.isNycOrAbove()) {
if (Utilities.ATLEAST_N) {
index = new AlphabeticIndexVN(context);
}
} catch (Exception e) {