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

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

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

Merge "Use device SKU for Build.SKU instead of product/odm SKU" am: d1acd327 am: 5dbd2595 am: 61538a7f am: a7c51650

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

Change-Id: I8b32ac4af2a5f3863f25a1c7367b9ad97bbee9c4
parents e7b4f284 a7c51650
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ public class Build {
     * The hardware variant (SKU), if available.
     */
    @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.