Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17eb3ba0 authored by Winson Chiu's avatar Winson Chiu Committed by Android (Google) Code Review
Browse files

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

parents 6737deac 177a7200
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -119,6 +119,8 @@ public class ParseTypeImpl implements ParseInput, ParseResult<Object> {
            // how many APKs they're going through.
            // how many APKs they're going through.
            mDeferredErrors.erase();
            mDeferredErrors.erase();
        }
        }
        mPackageName = null;
        mTargetSdkVersion = null;
        return this;
        return this;
    }
    }