Merge changes I5851dd16,Id196307f into pi-dev

am: 8d6571aeed

Change-Id: If389a3822b5bd51e4b714c1dde5cf17122d3ce8e
This commit is contained in:
android-build-team Robot
2018-05-09 10:16:22 -07:00
committed by android-build-merger
2 changed files with 3 additions and 3 deletions

View File

@@ -261,6 +261,7 @@ public final class OverlayInfo implements Parcelable {
result = prime * result + state;
result = prime * result + ((packageName == null) ? 0 : packageName.hashCode());
result = prime * result + ((targetPackageName == null) ? 0 : targetPackageName.hashCode());
result = prime * result + ((category == null) ? 0 : category.hashCode());
result = prime * result + ((baseCodePath == null) ? 0 : baseCodePath.hashCode());
return result;
}