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

Commit edd6684f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Reset target sdk version of ParseTypeImpl" am: 9635abaf am: 2124039b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1710293

Change-Id: Ib131a9d079831781ef25d2c049d1377a76f3401d
parents 62bf50bb 2124039b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -119,6 +119,7 @@ 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();
        }
        }
        mTargetSdkVersion = null;
        return this;
        return this;
    }
    }