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

Commit 067d1110 authored by Jessica Wagantall's avatar Jessica Wagantall
Browse files

android-5.1.1_r26 upgrade: Remove duplicate variables after the merge

Ticket: CYNGNOS-1189
Change-Id: I1cbcd50004aa4a7572b6786ebdbe04602bd9322f
parent df3bfc1c
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -156,19 +156,6 @@ public class Build {
         */
        public static final String RELEASE = getString("ro.build.version.release");

         /**
         * The base OS build the product is based on.
         * @hide
         */
        public static final String BASE_OS = SystemProperties.get("ro.build.version.base_os", "");

        /**
         * The user-visible security patch level.
         * @hide
         */
        public static final String SECURITY_PATCH = SystemProperties.get(
                "ro.build.version.security_patch", "");

        /**
         * The base OS build the product is based on.
         * For Pre-API 23 - use support libs to access.