Merge "Reset target sdk version of ParseTypeImpl" into sc-dev

This commit is contained in:
Winson Chiu
2021-05-20 17:53:20 +00:00
committed by Android (Google) Code Review

View File

@@ -119,6 +119,8 @@ public class ParseTypeImpl implements ParseInput, ParseResult<Object> {
// how many APKs they're going through.
mDeferredErrors.erase();
}
mPackageName = null;
mTargetSdkVersion = null;
return this;
}