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

Commit 7b772fdc authored by Robin Lee's avatar Robin Lee
Browse files

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

Change-Id: I9c8bebf04cf0fa1a9cfd5211ea53c38bfb0affa7
Test: atest android.os.cts.BuildTest
Bug: 155840001
Bug: 151157621
parent 1e1a2e4e
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.