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

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

Change-Id: Ida9865813088b5b1c6a0d0a728acb93dbe75cfda
This commit is contained in:
Treehugger Robot
2020-06-02 21:01:22 +00:00
committed by Automerger Merge Worker

View File

@@ -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.