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

Commit d1acd327 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use device SKU for Build.SKU instead of product/odm SKU"

parents b04aea27 7b772fdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -109,7 +109,7 @@ public class Build {
     * The hardware variant (SKU), if available.
     * The hardware variant (SKU), if available.
     */
     */
    @NonNull
    @NonNull
    public static final String SKU = getString("ro.boot.product.hardware.sku");
    public static final String SKU = getString("ro.boot.hardware.sku");


    /**
    /**
     * Whether this build was for an emulator device.
     * Whether this build was for an emulator device.