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

Commit e715eaac authored by ELIYAZ MOMIN's avatar ELIYAZ MOMIN Committed by Gerrit Code Review
Browse files

Revert "update SDK_INT in the fake"

This reverts commit 1910c071.

Reason for revert: <Potential culprit for  b/402588368  - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted>

Change-Id: Ieb55d6cc48bfc253ae62b66cc01324d8dd5f2fb3
parent 1910c071
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -18,9 +18,6 @@ package android.os;

public class Build {
    public static class VERSION {
        public static final int SDK_INT = placeholder();
        private static int placeholder() {
            throw new UnsupportedOperationException("Stub!");
        }
        public static final int SDK_INT = 0;
    }
}