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

This commit is contained in:
Treehugger Robot
2020-06-02 20:48:33 +00:00
committed by Gerrit Code Review

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.