Merge "Use device SKU for Build.SKU instead of product/odm SKU" am: d1acd32722 am: 5dbd259527
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1318696 Change-Id: I60137d2247a7a7033d04f669f4f90c5e2644c218
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user